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

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

Issue 2734973002: Stop setting use_qualified_include to true now that that is the default. (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
« no previous file with comments | « chrome/test/data/BUILD.gn ('k') | chromecast/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "//base/test:test_support", 85 "//base/test:test_support",
86 "//chromecast/base:test_support", 86 "//chromecast/base:test_support",
87 "//chromecast/crash", 87 "//chromecast/crash",
88 "//chromecast/crash:test_support", 88 "//chromecast/crash:test_support",
89 "//testing/gtest", 89 "//testing/gtest",
90 ] 90 ]
91 } 91 }
92 92
93 grit("resources") { 93 grit("resources") {
94 source = "//chromecast/app/resources/shell_resources.grd" 94 source = "//chromecast/app/resources/shell_resources.grd"
95 use_qualified_include = true
96 95
97 resource_ids = "//chromecast/app/resources/resource_ids" 96 resource_ids = "//chromecast/app/resources/resource_ids"
98 97
99 outputs = [ 98 outputs = [
100 "grit/shell_resources.h", 99 "grit/shell_resources.h",
101 "shell_resources.pak", 100 "shell_resources.pak",
102 ] 101 ]
103 } 102 }
104 103
105 grit("chromecast_settings") { 104 grit("chromecast_settings") {
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 "chromecast_settings_ta.pak", 163 "chromecast_settings_ta.pak",
165 "chromecast_settings_te.pak", 164 "chromecast_settings_te.pak",
166 "chromecast_settings_th.pak", 165 "chromecast_settings_th.pak",
167 "chromecast_settings_tr.pak", 166 "chromecast_settings_tr.pak",
168 "chromecast_settings_uk.pak", 167 "chromecast_settings_uk.pak",
169 "chromecast_settings_vi.pak", 168 "chromecast_settings_vi.pak",
170 "chromecast_settings_zh-CN.pak", 169 "chromecast_settings_zh-CN.pak",
171 "chromecast_settings_zh-TW.pak", 170 "chromecast_settings_zh-TW.pak",
172 ] 171 ]
173 } 172 }
OLDNEW
« no previous file with comments | « chrome/test/data/BUILD.gn ('k') | chromecast/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698