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

Side by Side Diff: content/shell/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 | « content/app/strings/BUILD.gn ('k') | device/bluetooth/strings/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/win/console_app.gni") 8 import("//build/config/win/console_app.gni")
9 import("//build/config/win/manifest.gni") 9 import("//build/config/win/manifest.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 "browser/shell_plugin_service_filter.cc", 377 "browser/shell_plugin_service_filter.cc",
378 "browser/shell_plugin_service_filter.h", 378 "browser/shell_plugin_service_filter.h",
379 ] 379 ]
380 } 380 }
381 } 381 }
382 382
383 grit("content_shell_resources_grit") { 383 grit("content_shell_resources_grit") {
384 # External code should depend on ":resources" instead. 384 # External code should depend on ":resources" instead.
385 visibility = [ ":*" ] 385 visibility = [ ":*" ]
386 source = "shell_resources.grd" 386 source = "shell_resources.grd"
387 use_qualified_include = true
388 outputs = [ 387 outputs = [
389 "grit/shell_resources.h", 388 "grit/shell_resources.h",
390 "shell_resources.pak", 389 "shell_resources.pak",
391 ] 390 ]
392 } 391 }
393 392
394 copy("copy_shell_resources") { 393 copy("copy_shell_resources") {
395 sources = [ 394 sources = [
396 "$target_gen_dir/shell_resources.pak", 395 "$target_gen_dir/shell_resources.pak",
397 ] 396 ]
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 data_deps += [ 800 data_deps += [
802 "//breakpad:dump_syms", 801 "//breakpad:dump_syms",
803 "//breakpad:microdump_stackwalk", 802 "//breakpad:microdump_stackwalk",
804 "//breakpad:minidump_dump", 803 "//breakpad:minidump_dump",
805 "//breakpad:minidump_stackwalk", 804 "//breakpad:minidump_stackwalk",
806 "//breakpad:symupload", 805 "//breakpad:symupload",
807 "//tools/android/forwarder2", 806 "//tools/android/forwarder2",
808 ] 807 ]
809 } 808 }
810 } 809 }
OLDNEW
« no previous file with comments | « content/app/strings/BUILD.gn ('k') | device/bluetooth/strings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698