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

Side by Side Diff: chrome/browser/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 | « chrome/app/theme/BUILD.gn ('k') | chrome/browser/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("//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 4153 matching lines...) Expand 10 before | Expand all | Expand 10 after
4164 } 4164 }
4165 4165
4166 proto_library("resource_prefetch_predictor_proto") { 4166 proto_library("resource_prefetch_predictor_proto") {
4167 sources = [ 4167 sources = [
4168 "predictors/resource_prefetch_predictor.proto", 4168 "predictors/resource_prefetch_predictor.proto",
4169 ] 4169 ]
4170 } 4170 }
4171 4171
4172 grit("resources") { 4172 grit("resources") {
4173 source = "browser_resources.grd" 4173 source = "browser_resources.grd"
4174 use_qualified_include = true
4175 4174
4176 defines = chrome_grit_defines 4175 defines = chrome_grit_defines
4177 if (enable_hangout_services_extension) { 4176 if (enable_hangout_services_extension) {
4178 defines += [ "enable_hangout_services_extension" ] 4177 defines += [ "enable_hangout_services_extension" ]
4179 } 4178 }
4180 4179
4181 output_dir = "$root_gen_dir/chrome" 4180 output_dir = "$root_gen_dir/chrome"
4182 outputs = [ 4181 outputs = [
4183 "grit/browser_resources.h", 4182 "grit/browser_resources.h",
4184 "browser_resources.pak", 4183 "browser_resources.pak",
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
4558 "media/pepper_cdm_test_constants.cc", 4557 "media/pepper_cdm_test_constants.cc",
4559 "media/pepper_cdm_test_constants.h", 4558 "media/pepper_cdm_test_constants.h",
4560 ] 4559 ]
4561 } 4560 }
4562 } 4561 }
4563 4562
4564 service_manifest("preferences_manifest") { 4563 service_manifest("preferences_manifest") {
4565 name = "preferences" 4564 name = "preferences"
4566 source = "prefs/preferences_manifest.json" 4565 source = "prefs/preferences_manifest.json"
4567 } 4566 }
OLDNEW
« no previous file with comments | « chrome/app/theme/BUILD.gn ('k') | chrome/browser/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698