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

Side by Side Diff: extensions/strings/BUILD.gn

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 | « extensions/shell/common/api/BUILD.gn ('k') | extensions/utility/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("//extensions/features/features.gni")
5 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
6 7
7 assert(enable_extensions) 8 assert(enable_extensions)
8 9
9 grit("strings") { 10 grit("strings") {
10 source = "extensions_strings.grd" 11 source = "extensions_strings.grd"
11 outputs = [ 12 outputs = [
12 "grit/extensions_strings.h", 13 "grit/extensions_strings.h",
13 "extensions_strings_am.pak", 14 "extensions_strings_am.pak",
14 "extensions_strings_ar.pak", 15 "extensions_strings_ar.pak",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "extensions_strings_ta.pak", 60 "extensions_strings_ta.pak",
60 "extensions_strings_te.pak", 61 "extensions_strings_te.pak",
61 "extensions_strings_th.pak", 62 "extensions_strings_th.pak",
62 "extensions_strings_tr.pak", 63 "extensions_strings_tr.pak",
63 "extensions_strings_uk.pak", 64 "extensions_strings_uk.pak",
64 "extensions_strings_vi.pak", 65 "extensions_strings_vi.pak",
65 "extensions_strings_zh-CN.pak", 66 "extensions_strings_zh-CN.pak",
66 "extensions_strings_zh-TW.pak", 67 "extensions_strings_zh-TW.pak",
67 ] 68 ]
68 } 69 }
OLDNEW
« no previous file with comments | « extensions/shell/common/api/BUILD.gn ('k') | extensions/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698