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

Side by Side Diff: chrome/renderer/BUILD.gn

Issue 2290753004: Finish changing chrome/ grit includes to use qualified paths. (Closed)
Patch Set: Rebase, fix new unqualified include Created 4 years, 3 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/common/DEPS ('k') | chrome/renderer/DEPS » ('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("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 7
8 gypi_values = exec_script("//build/gypi_to_gn.py", 8 gypi_values = exec_script("//build/gypi_to_gn.py",
9 [ rebase_path("../chrome_renderer.gypi") ], 9 [ rebase_path("../chrome_renderer.gypi") ],
10 "scope", 10 "scope",
11 [ "../chrome_renderer.gypi" ]) 11 [ "../chrome_renderer.gypi" ])
12 12
13 # GYP version: chrome/chrome_resources.gyp:chrome_resources 13 # GYP version: chrome/chrome_resources.gyp:chrome_resources
14 # (generate_renderer_resources action) 14 # (generate_renderer_resources action)
15 grit("resources") { 15 grit("resources") {
16 source = "resources/renderer_resources.grd" 16 source = "resources/renderer_resources.grd"
17 use_qualified_include = true
17 output_dir = "$root_gen_dir/chrome" 18 output_dir = "$root_gen_dir/chrome"
18 output_name = "renderer_resources" 19 output_name = "renderer_resources"
19 outputs = [ 20 outputs = [
20 "grit/renderer_resources.h", 21 "grit/renderer_resources.h",
21 "renderer_resources_100_percent.pak", 22 "renderer_resources_100_percent.pak",
22 "renderer_resources_200_percent.pak", 23 "renderer_resources_200_percent.pak",
23 "renderer_resources_300_percent.pak", 24 "renderer_resources_300_percent.pak",
24 ] 25 ]
25 } 26 }
26 27
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 ] 202 ]
202 } 203 }
203 204
204 if (is_android) { 205 if (is_android) {
205 sources -= [ 206 sources -= [
206 "safe_browsing/mock_feature_extractor_clock.cc", 207 "safe_browsing/mock_feature_extractor_clock.cc",
207 "safe_browsing/mock_feature_extractor_clock.h", 208 "safe_browsing/mock_feature_extractor_clock.h",
208 ] 209 ]
209 } 210 }
210 } 211 }
OLDNEW
« no previous file with comments | « chrome/common/DEPS ('k') | chrome/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698