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

Side by Side Diff: ios/web/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 | « ios/chrome/today_extension/strings/BUILD.gn ('k') | ios/web/test/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("//ios/build/config.gni") 5 import("//ios/build/config.gni")
6 import("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 9
10 group("all_tests") { 10 group("all_tests") {
(...skipping 648 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 659
660 sources = [ 660 sources = [
661 "web_state/js/resources/plugin_placeholder.js", 661 "web_state/js/resources/plugin_placeholder.js",
662 "web_state/js/resources/post_request.js", 662 "web_state/js/resources/post_request.js",
663 "web_state/js/resources/window_id.js", 663 "web_state/js/resources/window_id.js",
664 ] 664 ]
665 } 665 }
666 666
667 grit("resources") { 667 grit("resources") {
668 source = "ios_web_resources.grd" 668 source = "ios_web_resources.grd"
669 use_qualified_include = true
670 outputs = [ 669 outputs = [
671 "grit/ios_web_resources.h", 670 "grit/ios_web_resources.h",
672 "ios_web_resources.pak", 671 "ios_web_resources.pak",
673 ] 672 ]
674 grit_flags = [ 673 grit_flags = [
675 "-E", 674 "-E",
676 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), 675 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir),
677 ] 676 ]
678 deps = [ 677 deps = [
679 "//mojo/public/js:bindings", 678 "//mojo/public/js:bindings",
680 ] 679 ]
681 } 680 }
OLDNEW
« no previous file with comments | « ios/chrome/today_extension/strings/BUILD.gn ('k') | ios/web/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698