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

Side by Side Diff: chromecast/browser/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 | « chromecast/app/BUILD.gn ('k') | cloud_print/virtual_driver/win/install/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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//chromecast/chromecast.gni") 6 import("//chromecast/chromecast.gni")
7 import("//services/service_manager/public/service_manifest.gni") 7 import("//services/service_manager/public/service_manifest.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 10
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 overlays = [ "//chromecast/internal/shell/browser:cast_content_browser_inter nal_manifest_overlay" ] 197 overlays = [ "//chromecast/internal/shell/browser:cast_content_browser_inter nal_manifest_overlay" ]
198 } 198 }
199 } 199 }
200 200
201 grit("resources") { 201 grit("resources") {
202 visibility = [ 202 visibility = [
203 ":browser", 203 ":browser",
204 "//chromecast:cast_shell_pak", 204 "//chromecast:cast_shell_pak",
205 ] 205 ]
206 source = "cast_browser_resources.grd" 206 source = "cast_browser_resources.grd"
207 use_qualified_include = true
208 output_dir = "$root_gen_dir/chromecast/browser" 207 output_dir = "$root_gen_dir/chromecast/browser"
209 outputs = [ 208 outputs = [
210 "grit/cast_browser_resources.h", 209 "grit/cast_browser_resources.h",
211 "cast_browser_resources.pak", 210 "cast_browser_resources.pak",
212 ] 211 ]
213 212
214 deps = [ 213 deps = [
215 ":cast_content_browser_manifest_overlay", 214 ":cast_content_browser_manifest_overlay",
216 ] 215 ]
217 } 216 }
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "android/apk/src/org/chromium/chromecast/shell/CastContentWindowAndroid.ja va", 279 "android/apk/src/org/chromium/chromecast/shell/CastContentWindowAndroid.ja va",
281 "android/apk/src/org/chromium/chromecast/shell/CastCrashHandler.java", 280 "android/apk/src/org/chromium/chromecast/shell/CastCrashHandler.java",
282 "android/apk/src/org/chromium/chromecast/shell/CastMetricsHelper.java", 281 "android/apk/src/org/chromium/chromecast/shell/CastMetricsHelper.java",
283 "android/apk/src/org/chromium/chromecast/shell/CastSysInfoAndroid.java", 282 "android/apk/src/org/chromium/chromecast/shell/CastSysInfoAndroid.java",
284 "android/apk/src/org/chromium/chromecast/shell/CastWebContentsActivity.jav a", 283 "android/apk/src/org/chromium/chromecast/shell/CastWebContentsActivity.jav a",
285 ] 284 ]
286 285
287 jni_package = "chromecast" 286 jni_package = "chromecast"
288 } 287 }
289 } 288 }
OLDNEW
« no previous file with comments | « chromecast/app/BUILD.gn ('k') | cloud_print/virtual_driver/win/install/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698