Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Side by Side Diff: chromecast/app/BUILD.gn

Issue 2773453003: [Chromecast] Remove chromecast_repack_locales.py. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//testing/test.gni") 5 import("//testing/test.gni")
6 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 7
8 source_set("app") { 8 source_set("app") {
9 sources = [ 9 sources = [
10 "cast_main_delegate.cc", 10 "cast_main_delegate.cc",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 outputs = [ 98 outputs = [
99 "grit/shell_resources.h", 99 "grit/shell_resources.h",
100 "shell_resources.pak", 100 "shell_resources.pak",
101 ] 101 ]
102 } 102 }
103 103
104 grit("chromecast_settings") { 104 grit("chromecast_settings") {
105 source = "//chromecast/app/resources/chromecast_settings.grd" 105 source = "//chromecast/app/resources/chromecast_settings.grd"
106 resource_ids = "//chromecast/app/resources/resource_ids" 106 resource_ids = "//chromecast/app/resources/resource_ids"
107 107
108 # TODO(thakis): Consider removing output_dir in favor of the default
109 # directory, then it becomes possible to qualify includes of
110 # grit/chromecast_settings.h and DEPS files work better too.
111 # https://crbug.com/697090
112 output_dir = "$root_gen_dir/chromecast_strings"
113 use_qualified_include = false
114
115 outputs = [ 108 outputs = [
mbjorge 2017/03/22 21:26:33 should this be based on the |locales| array of suf
slan 2017/03/22 22:54:52 Great idea! Done.
116 "grit/chromecast_settings.h", 109 "grit/chromecast_settings.h",
117 "chromecast_settings_am.pak", 110 "chromecast_settings_am.pak",
118 "chromecast_settings_ar.pak", 111 "chromecast_settings_ar.pak",
119 "chromecast_settings_bg.pak", 112 "chromecast_settings_bg.pak",
120 "chromecast_settings_bn.pak", 113 "chromecast_settings_bn.pak",
121 "chromecast_settings_ca.pak", 114 "chromecast_settings_ca.pak",
122 "chromecast_settings_cs.pak", 115 "chromecast_settings_cs.pak",
123 "chromecast_settings_da.pak", 116 "chromecast_settings_da.pak",
124 "chromecast_settings_de.pak", 117 "chromecast_settings_de.pak",
125 "chromecast_settings_el.pak", 118 "chromecast_settings_el.pak",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 "chromecast_settings_ta.pak", 156 "chromecast_settings_ta.pak",
164 "chromecast_settings_te.pak", 157 "chromecast_settings_te.pak",
165 "chromecast_settings_th.pak", 158 "chromecast_settings_th.pak",
166 "chromecast_settings_tr.pak", 159 "chromecast_settings_tr.pak",
167 "chromecast_settings_uk.pak", 160 "chromecast_settings_uk.pak",
168 "chromecast_settings_vi.pak", 161 "chromecast_settings_vi.pak",
169 "chromecast_settings_zh-CN.pak", 162 "chromecast_settings_zh-CN.pak",
170 "chromecast_settings_zh-TW.pak", 163 "chromecast_settings_zh-TW.pak",
171 ] 164 ]
172 } 165 }
OLDNEW
« chromecast/BUILD.gn ('K') | « chromecast/BUILD.gn ('k') | chromecast/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698