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

Side by Side Diff: content/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 | « components/strings/BUILD.gn ('k') | content/app/resources/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("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 import("//build/config/nacl/config.gni") 6 import("//build/config/nacl/config.gni")
7 import("//ppapi/features/features.gni") 7 import("//ppapi/features/features.gni")
8 8
9 # Applied by targets internal to content. 9 # Applied by targets internal to content.
10 config("content_implementation") { 10 config("content_implementation") {
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 ] 104 ]
105 } 105 }
106 } else { 106 } else {
107 group("content") { 107 group("content") {
108 public_deps = content_shared_components 108 public_deps = content_shared_components
109 } 109 }
110 } 110 }
111 111
112 grit("resources") { 112 grit("resources") {
113 source = "content_resources.grd" 113 source = "content_resources.grd"
114 use_qualified_include = true
115 outputs = [ 114 outputs = [
116 "grit/content_resources.h", 115 "grit/content_resources.h",
117 "content_resources.pak", 116 "content_resources.pak",
118 ] 117 ]
119 grit_flags = [ 118 grit_flags = [
120 "-E", 119 "-E",
121 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), 120 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir),
122 ] 121 ]
123 deps = [ 122 deps = [
124 "//content/public/app:browser_manifest", 123 "//content/public/app:browser_manifest",
(...skipping 25 matching lines...) Expand all
150 sources = [ 149 sources = [
151 "app/sandbox_helper_win.cc", 150 "app/sandbox_helper_win.cc",
152 "public/app/sandbox_helper_win.h", 151 "public/app/sandbox_helper_win.h",
153 ] 152 ]
154 153
155 deps = [ 154 deps = [
156 "//sandbox", 155 "//sandbox",
157 ] 156 ]
158 } 157 }
159 } 158 }
OLDNEW
« no previous file with comments | « components/strings/BUILD.gn ('k') | content/app/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698