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

Side by Side Diff: ui/android/BUILD.gn

Issue 2280143002: Revert "[Android]Use zh instead of zh-rTW as output folder of zh_TW translation" (Closed)
Patch Set: Revert change in AsyncInitializationActivity Created 4 years, 3 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 | « remoting/resources/remoting_strings.grd ('k') | ui/android/java/strings/android_ui_strings.grd » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 assert(is_android) 8 assert(is_android)
9 9
10 component("android") { 10 component("android") {
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "values-sk/android_ui_strings.xml", 118 "values-sk/android_ui_strings.xml",
119 "values-sl/android_ui_strings.xml", 119 "values-sl/android_ui_strings.xml",
120 "values-sr/android_ui_strings.xml", 120 "values-sr/android_ui_strings.xml",
121 "values-sv/android_ui_strings.xml", 121 "values-sv/android_ui_strings.xml",
122 "values-sw/android_ui_strings.xml", 122 "values-sw/android_ui_strings.xml",
123 "values-th/android_ui_strings.xml", 123 "values-th/android_ui_strings.xml",
124 "values-tr/android_ui_strings.xml", 124 "values-tr/android_ui_strings.xml",
125 "values-uk/android_ui_strings.xml", 125 "values-uk/android_ui_strings.xml",
126 "values-vi/android_ui_strings.xml", 126 "values-vi/android_ui_strings.xml",
127 "values-zh-rCN/android_ui_strings.xml", 127 "values-zh-rCN/android_ui_strings.xml",
128 "values-zh/android_ui_strings.xml", 128 "values-zh-rTW/android_ui_strings.xml",
129 ] 129 ]
130 } 130 }
131 131
132 android_resources("ui_java_resources") { 132 android_resources("ui_java_resources") {
133 custom_package = "org.chromium.ui" 133 custom_package = "org.chromium.ui"
134 resource_dirs = [ "java/res" ] 134 resource_dirs = [ "java/res" ]
135 deps = [ 135 deps = [
136 ":ui_strings_grd", 136 ":ui_strings_grd",
137 ] 137 ]
138 } 138 }
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "//cc", 257 "//cc",
258 "//cc:test_support", 258 "//cc:test_support",
259 "//skia", 259 "//skia",
260 "//testing/gmock", 260 "//testing/gmock",
261 "//testing/gtest", 261 "//testing/gtest",
262 "//ui/base", 262 "//ui/base",
263 "//ui/gfx", 263 "//ui/gfx",
264 "//ui/resources:ui_test_pak", 264 "//ui/resources:ui_test_pak",
265 ] 265 ]
266 } 266 }
OLDNEW
« no previous file with comments | « remoting/resources/remoting_strings.grd ('k') | ui/android/java/strings/android_ui_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698