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

Side by Side Diff: ash/strings/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 | « ash/resources/BUILD.gn ('k') | chrome/app/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("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 import("//tools/grit/repack.gni") 6 import("//tools/grit/repack.gni")
7 7
8 assert(is_chromeos) 8 assert(is_chromeos)
9 9
10 grit("strings") { 10 grit("strings") {
11 source = "../ash_strings.grd" 11 source = "../ash_strings.grd"
12 use_qualified_include = true
13 outputs = [ 12 outputs = [
14 "grit/ash_strings.h", 13 "grit/ash_strings.h",
15 "ash_strings_am.pak", 14 "ash_strings_am.pak",
16 "ash_strings_ar.pak", 15 "ash_strings_ar.pak",
17 "ash_strings_bg.pak", 16 "ash_strings_bg.pak",
18 "ash_strings_bn.pak", 17 "ash_strings_bn.pak",
19 "ash_strings_ca.pak", 18 "ash_strings_ca.pak",
20 "ash_strings_cs.pak", 19 "ash_strings_cs.pak",
21 "ash_strings_da.pak", 20 "ash_strings_da.pak",
22 "ash_strings_de.pak", 21 "ash_strings_de.pak",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "//ui/strings:ui_strings", 91 "//ui/strings:ui_strings",
93 ] 92 ]
94 } 93 }
95 } 94 }
96 95
97 # Creates a pak file containing en-US strings for ash_unittests, etc. 96 # Creates a pak file containing en-US strings for ash_unittests, etc.
98 repack_one_locale_ash("ash_test_strings") { 97 repack_one_locale_ash("ash_test_strings") {
99 output = "$root_build_dir/ash_test_strings.pak" 98 output = "$root_build_dir/ash_test_strings.pak"
100 locale = "en-US" 99 locale = "en-US"
101 } 100 }
OLDNEW
« no previous file with comments | « ash/resources/BUILD.gn ('k') | chrome/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698