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

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

Issue 1931093002: [Android]Use zh instead of zh-rTW as output folder of zh_TW translation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 "values-sk/android_ui_strings.xml", 110 "values-sk/android_ui_strings.xml",
111 "values-sl/android_ui_strings.xml", 111 "values-sl/android_ui_strings.xml",
112 "values-sr/android_ui_strings.xml", 112 "values-sr/android_ui_strings.xml",
113 "values-sv/android_ui_strings.xml", 113 "values-sv/android_ui_strings.xml",
114 "values-sw/android_ui_strings.xml", 114 "values-sw/android_ui_strings.xml",
115 "values-th/android_ui_strings.xml", 115 "values-th/android_ui_strings.xml",
116 "values-tr/android_ui_strings.xml", 116 "values-tr/android_ui_strings.xml",
117 "values-uk/android_ui_strings.xml", 117 "values-uk/android_ui_strings.xml",
118 "values-vi/android_ui_strings.xml", 118 "values-vi/android_ui_strings.xml",
119 "values-zh-rCN/android_ui_strings.xml", 119 "values-zh-rCN/android_ui_strings.xml",
120 "values-zh-rTW/android_ui_strings.xml", 120 "values-zh/android_ui_strings.xml",
121 ] 121 ]
122 } 122 }
123 123
124 android_resources("ui_java_resources") { 124 android_resources("ui_java_resources") {
125 custom_package = "org.chromium.ui" 125 custom_package = "org.chromium.ui"
126 resource_dirs = [ "java/res" ] 126 resource_dirs = [ "java/res" ]
127 deps = [ 127 deps = [
128 ":ui_strings_grd", 128 ":ui_strings_grd",
129 ] 129 ]
130 } 130 }
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 "//cc", 249 "//cc",
250 "//cc:test_support", 250 "//cc:test_support",
251 "//skia", 251 "//skia",
252 "//testing/gmock", 252 "//testing/gmock",
253 "//testing/gtest", 253 "//testing/gtest",
254 "//ui/base", 254 "//ui/base",
255 "//ui/gfx", 255 "//ui/gfx",
256 "//ui/resources:ui_test_pak", 256 "//ui/resources:ui_test_pak",
257 ] 257 ]
258 } 258 }
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