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

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: 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "values-sk/android_blimp_strings.xml", 287 "values-sk/android_blimp_strings.xml",
288 "values-sl/android_blimp_strings.xml", 288 "values-sl/android_blimp_strings.xml",
289 "values-sr/android_blimp_strings.xml", 289 "values-sr/android_blimp_strings.xml",
290 "values-sv/android_blimp_strings.xml", 290 "values-sv/android_blimp_strings.xml",
291 "values-sw/android_blimp_strings.xml", 291 "values-sw/android_blimp_strings.xml",
292 "values-th/android_blimp_strings.xml", 292 "values-th/android_blimp_strings.xml",
293 "values-tr/android_blimp_strings.xml", 293 "values-tr/android_blimp_strings.xml",
294 "values-uk/android_blimp_strings.xml", 294 "values-uk/android_blimp_strings.xml",
295 "values-vi/android_blimp_strings.xml", 295 "values-vi/android_blimp_strings.xml",
296 "values-zh-rCN/android_blimp_strings.xml", 296 "values-zh-rCN/android_blimp_strings.xml",
297 "values-zh-rTW/android_blimp_strings.xml", 297 "values-zh/android_blimp_strings.xml",
298 ] 298 ]
299 } 299 }
300 300
301 java_cpp_enum("blimp_java_enums_srcjar") { 301 java_cpp_enum("blimp_java_enums_srcjar") {
302 sources = [ 302 sources = [
303 "session/assignment_source.h", 303 "session/assignment_source.h",
304 ] 304 ]
305 } 305 }
306 306
307 android_library("blimp_java") { 307 android_library("blimp_java") {
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 apk_name = "BlimpTest" 416 apk_name = "BlimpTest"
417 apk_under_test = ":blimp_apk" 417 apk_under_test = ":blimp_apk"
418 android_manifest = blimp_test_apk_manifest 418 android_manifest = blimp_test_apk_manifest
419 deps = [ 419 deps = [
420 ":blimp_test_apk_manifest", 420 ":blimp_test_apk_manifest",
421 ":blimp_test_java", 421 ":blimp_test_java",
422 google_play_services_resources, 422 google_play_services_resources,
423 ] 423 ]
424 } 424 }
425 } 425 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698