naiveproxy/ios/chrome/app/theme/BUILD.gn

19 lines
556 B
Plaintext
Raw Normal View History

2018-01-28 19:30:36 +03:00
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//tools/grit/grit_rule.gni")
grit("theme") {
source = "ios_theme_resources.grd"
output_dir = "$root_gen_dir/ios/chrome"
outputs = [
"grit/ios_theme_resources.h",
"grit/ios_theme_resources_map.cc",
"grit/ios_theme_resources_map.h",
"ios_theme_resources_100_percent.pak",
"ios_theme_resources_200_percent.pak",
"ios_theme_resources_300_percent.pak",
]
}