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

Side by Side Diff: chrome/chrome_repack_locales.gni

Issue 2479593006: Move enable extensions define to a build flag. (Closed)
Patch Set: Merge Created 4 years, 1 month 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/chrome_paks.gni ('k') | chrome/common/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/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//extensions/features/features.gni")
8 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
9 10
10 # Wraps repack_locales(), setting the source_patterns and deps required for 11 # Wraps repack_locales(), setting the source_patterns and deps required for
11 # Chrome. 12 # Chrome.
12 # 13 #
13 # Extra Parameters: 14 # Extra Parameters:
14 # 15 #
15 # additional_source_patterns [optional] 16 # additional_source_patterns [optional]
16 # Extra source_patterns for repack_locales(). 17 # Extra source_patterns for repack_locales().
17 template("chrome_repack_locales") { 18 template("chrome_repack_locales") {
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "//chrome/app:chromium_strings", 105 "//chrome/app:chromium_strings",
105 "//components/strings:components_chromium_strings", 106 "//components/strings:components_chromium_strings",
106 ] 107 ]
107 } 108 }
108 109
109 if (defined(invoker.additional_source_patterns)) { 110 if (defined(invoker.additional_source_patterns)) {
110 source_patterns += invoker.additional_source_patterns 111 source_patterns += invoker.additional_source_patterns
111 } 112 }
112 } 113 }
113 } 114 }
OLDNEW
« no previous file with comments | « chrome/chrome_paks.gni ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698