mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
19 lines
556 B
Plaintext
19 lines
556 B
Plaintext
# 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",
|
|
]
|
|
}
|