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

Side by Side Diff: blimp/client/BUILD.gn

Issue 2293753002: Revert "[Android]Use zh instead of zh-rTW as output folder of zh_TW translation" (Closed)
Patch Set: 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
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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 "values-sk/android_blimp_strings.xml", 399 "values-sk/android_blimp_strings.xml",
400 "values-sl/android_blimp_strings.xml", 400 "values-sl/android_blimp_strings.xml",
401 "values-sr/android_blimp_strings.xml", 401 "values-sr/android_blimp_strings.xml",
402 "values-sv/android_blimp_strings.xml", 402 "values-sv/android_blimp_strings.xml",
403 "values-sw/android_blimp_strings.xml", 403 "values-sw/android_blimp_strings.xml",
404 "values-th/android_blimp_strings.xml", 404 "values-th/android_blimp_strings.xml",
405 "values-tr/android_blimp_strings.xml", 405 "values-tr/android_blimp_strings.xml",
406 "values-uk/android_blimp_strings.xml", 406 "values-uk/android_blimp_strings.xml",
407 "values-vi/android_blimp_strings.xml", 407 "values-vi/android_blimp_strings.xml",
408 "values-zh-rCN/android_blimp_strings.xml", 408 "values-zh-rCN/android_blimp_strings.xml",
409 "values-zh/android_blimp_strings.xml", 409 "values-zh-rTW/android_blimp_strings.xml",
410 ] 410 ]
411 } 411 }
412 412
413 java_cpp_enum("blimp_java_enums_srcjar") { 413 java_cpp_enum("blimp_java_enums_srcjar") {
414 sources = [ 414 sources = [
415 "session/assignment_source.h", 415 "session/assignment_source.h",
416 ] 416 ]
417 } 417 }
418 418
419 android_library("blimp_java") { 419 android_library("blimp_java") {
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 instrumentation_test_apk("blimp_test_apk") { 536 instrumentation_test_apk("blimp_test_apk") {
537 apk_name = "BlimpTest" 537 apk_name = "BlimpTest"
538 apk_under_test = ":blimp_apk" 538 apk_under_test = ":blimp_apk"
539 android_manifest = blimp_test_apk_manifest 539 android_manifest = blimp_test_apk_manifest
540 android_manifest_dep = ":blimp_test_apk_manifest" 540 android_manifest_dep = ":blimp_test_apk_manifest"
541 deps = [ 541 deps = [
542 ":blimp_test_java", 542 ":blimp_test_java",
543 ] 543 ]
544 } 544 }
545 } 545 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698