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

Side by Side Diff: blimp/client/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
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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 "values-sk/android_blimp_strings.xml", 299 "values-sk/android_blimp_strings.xml",
300 "values-sl/android_blimp_strings.xml", 300 "values-sl/android_blimp_strings.xml",
301 "values-sr/android_blimp_strings.xml", 301 "values-sr/android_blimp_strings.xml",
302 "values-sv/android_blimp_strings.xml", 302 "values-sv/android_blimp_strings.xml",
303 "values-sw/android_blimp_strings.xml", 303 "values-sw/android_blimp_strings.xml",
304 "values-th/android_blimp_strings.xml", 304 "values-th/android_blimp_strings.xml",
305 "values-tr/android_blimp_strings.xml", 305 "values-tr/android_blimp_strings.xml",
306 "values-uk/android_blimp_strings.xml", 306 "values-uk/android_blimp_strings.xml",
307 "values-vi/android_blimp_strings.xml", 307 "values-vi/android_blimp_strings.xml",
308 "values-zh-rCN/android_blimp_strings.xml", 308 "values-zh-rCN/android_blimp_strings.xml",
309 "values-zh-rTW/android_blimp_strings.xml", 309 "values-zh/android_blimp_strings.xml",
310 ] 310 ]
311 } 311 }
312 312
313 java_cpp_enum("blimp_java_enums_srcjar") { 313 java_cpp_enum("blimp_java_enums_srcjar") {
314 sources = [ 314 sources = [
315 "session/assignment_source.h", 315 "session/assignment_source.h",
316 ] 316 ]
317 } 317 }
318 318
319 android_library("blimp_java") { 319 android_library("blimp_java") {
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 apk_name = "BlimpTest" 430 apk_name = "BlimpTest"
431 apk_under_test = ":blimp_apk" 431 apk_under_test = ":blimp_apk"
432 android_manifest = blimp_test_apk_manifest 432 android_manifest = blimp_test_apk_manifest
433 deps = [ 433 deps = [
434 ":blimp_test_apk_manifest", 434 ":blimp_test_apk_manifest",
435 ":blimp_test_java", 435 ":blimp_test_java",
436 google_play_services_resources, 436 google_play_services_resources,
437 ] 437 ]
438 } 438 }
439 } 439 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698