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

Side by Side Diff: chrome/browser/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/app/theme/BUILD.gn ('k') | chrome/browser/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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 964 matching lines...) Expand 10 before | Expand all | Expand 10 after
975 proto_library("resource_prefetch_predictor_proto") { 975 proto_library("resource_prefetch_predictor_proto") {
976 sources = [ 976 sources = [
977 "predictors/resource_prefetch_predictor.proto", 977 "predictors/resource_prefetch_predictor.proto",
978 ] 978 ]
979 } 979 }
980 980
981 # GYP version: chrome/chrome_resources.gyp:chrome_resources 981 # GYP version: chrome/chrome_resources.gyp:chrome_resources
982 # (generate_browser_resources action) 982 # (generate_browser_resources action)
983 grit("resources") { 983 grit("resources") {
984 source = "browser_resources.grd" 984 source = "browser_resources.grd"
985 use_qualified_include = true
985 defines = chrome_grit_defines 986 defines = chrome_grit_defines
986 output_dir = "$root_gen_dir/chrome" 987 output_dir = "$root_gen_dir/chrome"
987 outputs = [ 988 outputs = [
988 "grit/browser_resources.h", 989 "grit/browser_resources.h",
989 "browser_resources.pak", 990 "browser_resources.pak",
990 ] 991 ]
991 992
992 grit_flags = [ 993 grit_flags = [
993 "-E", 994 "-E",
994 "additional_modules_list_file=" + 995 "additional_modules_list_file=" +
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
1320 # linking all of the test support. 1321 # linking all of the test support.
1321 static_library("pepper_cdm_test_constants") { 1322 static_library("pepper_cdm_test_constants") {
1322 testonly = true 1323 testonly = true
1323 visibility = [ "//chrome/*" ] 1324 visibility = [ "//chrome/*" ]
1324 sources = [ 1325 sources = [
1325 "media/pepper_cdm_test_constants.cc", 1326 "media/pepper_cdm_test_constants.cc",
1326 "media/pepper_cdm_test_constants.h", 1327 "media/pepper_cdm_test_constants.h",
1327 ] 1328 ]
1328 } 1329 }
1329 } 1330 }
OLDNEW
« no previous file with comments | « chrome/app/theme/BUILD.gn ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698