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

Side by Side Diff: chrome/chrome_repack_locales.gni

Issue 2479593006: Move enable extensions define to a build flag. (Closed)
Patch Set: Test updates 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
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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "//chrome/app:chromium_strings", 97 "//chrome/app:chromium_strings",
97 "//components/strings:components_chromium_strings", 98 "//components/strings:components_chromium_strings",
98 ] 99 ]
99 } 100 }
100 101
101 if (defined(invoker.additional_source_patterns)) { 102 if (defined(invoker.additional_source_patterns)) {
102 source_patterns += invoker.additional_source_patterns 103 source_patterns += invoker.additional_source_patterns
103 } 104 }
104 } 105 }
105 } 106 }
OLDNEW
« no previous file with comments | « chrome/chrome_paks.gni ('k') | chrome/common/BUILD.gn » ('j') | tools/grit/grit_rule.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698