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

Side by Side Diff: chrome/browser/extensions/BUILD.gn

Issue 1545803002: Use .rc strings in fewer places for installer util. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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/browser/chromeos/BUILD.gn ('k') | chrome/browser/metro_utils/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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 7
8 assert(enable_extensions) 8 assert(enable_extensions)
9 9
10 gypi_values = 10 gypi_values =
(...skipping 24 matching lines...) Expand all
35 deps = [ 35 deps = [
36 "//chrome:extra_resources", 36 "//chrome:extra_resources",
37 "//chrome:resources", 37 "//chrome:resources",
38 "//chrome:strings", 38 "//chrome:strings",
39 "//chrome/app/resources:platform_locale_settings", 39 "//chrome/app/resources:platform_locale_settings",
40 "//chrome/app/theme:theme_resources", 40 "//chrome/app/theme:theme_resources",
41 "//chrome/browser/devtools", 41 "//chrome/browser/devtools",
42 "//chrome/common", 42 "//chrome/common",
43 "//chrome/common/extensions/api:api_registration", 43 "//chrome/common/extensions/api:api_registration",
44 "//chrome/common/safe_browsing:proto", 44 "//chrome/common/safe_browsing:proto",
45 "//chrome/installer/util", 45 "//chrome/installer/util:with_no_strings",
46 "//components/copresence", 46 "//components/copresence",
47 "//components/data_reduction_proxy/proto:data_reduction_proxy_proto", 47 "//components/data_reduction_proxy/proto:data_reduction_proxy_proto",
48 "//components/dom_distiller/core", 48 "//components/dom_distiller/core",
49 "//components/onc", 49 "//components/onc",
50 "//components/proximity_auth", 50 "//components/proximity_auth",
51 "//components/strings", 51 "//components/strings",
52 "//components/update_client", 52 "//components/update_client",
53 "//components/url_matcher", 53 "//components/url_matcher",
54 "//content/app/resources", 54 "//content/app/resources",
55 "//content/public/common", 55 "//content/public/common",
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 "//chrome") 214 "//chrome")
215 } 215 }
216 216
217 if (is_chromeos && use_ozone) { 217 if (is_chromeos && use_ozone) {
218 sources -= [ "global_shortcut_listener_chromeos.cc" ] 218 sources -= [ "global_shortcut_listener_chromeos.cc" ]
219 } 219 }
220 if (!use_ozone) { 220 if (!use_ozone) {
221 sources -= [ "global_shortcut_listener_ozone.cc" ] 221 sources -= [ "global_shortcut_listener_ozone.cc" ]
222 } 222 }
223 } 223 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/BUILD.gn ('k') | chrome/browser/metro_utils/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698