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

Side by Side Diff: blimp/client/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
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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 "values-sk/android_blimp_strings.xml", 356 "values-sk/android_blimp_strings.xml",
357 "values-sl/android_blimp_strings.xml", 357 "values-sl/android_blimp_strings.xml",
358 "values-sr/android_blimp_strings.xml", 358 "values-sr/android_blimp_strings.xml",
359 "values-sv/android_blimp_strings.xml", 359 "values-sv/android_blimp_strings.xml",
360 "values-sw/android_blimp_strings.xml", 360 "values-sw/android_blimp_strings.xml",
361 "values-th/android_blimp_strings.xml", 361 "values-th/android_blimp_strings.xml",
362 "values-tr/android_blimp_strings.xml", 362 "values-tr/android_blimp_strings.xml",
363 "values-uk/android_blimp_strings.xml", 363 "values-uk/android_blimp_strings.xml",
364 "values-vi/android_blimp_strings.xml", 364 "values-vi/android_blimp_strings.xml",
365 "values-zh-rCN/android_blimp_strings.xml", 365 "values-zh-rCN/android_blimp_strings.xml",
366 "values-zh/android_blimp_strings.xml", 366 "values-zh-rTW/android_blimp_strings.xml",
367 ] 367 ]
368 } 368 }
369 369
370 android_library("blimp_java") { 370 android_library("blimp_java") {
371 deps = [ 371 deps = [
372 ":blimp_java_resources", 372 ":blimp_java_resources",
373 "//base:base_java", 373 "//base:base_java",
374 "//blimp/client/core:core_java", 374 "//blimp/client/core:core_java",
375 "//blimp/client/public:public_headers_java", 375 "//blimp/client/public:public_headers_java",
376 "//third_party/android_tools:android_support_annotations_java", 376 "//third_party/android_tools:android_support_annotations_java",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 instrumentation_test_apk("blimp_test_apk") { 488 instrumentation_test_apk("blimp_test_apk") {
489 apk_name = "BlimpTest" 489 apk_name = "BlimpTest"
490 apk_under_test = ":blimp_apk" 490 apk_under_test = ":blimp_apk"
491 android_manifest = blimp_test_apk_manifest 491 android_manifest = blimp_test_apk_manifest
492 android_manifest_dep = ":blimp_test_apk_manifest" 492 android_manifest_dep = ":blimp_test_apk_manifest"
493 deps = [ 493 deps = [
494 ":blimp_test_java", 494 ":blimp_test_java",
495 ] 495 ]
496 } 496 }
497 } 497 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698