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

Side by Side Diff: chrome/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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 import("//build_overrides/v8.gni") 7 import("//build_overrides/v8.gni")
8 import("//chrome/android/chrome_public_apk_tmpl.gni") 8 import("//chrome/android/chrome_public_apk_tmpl.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//chrome/version.gni") 10 import("//chrome/version.gni")
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "values-sk/android_chrome_strings.xml", 104 "values-sk/android_chrome_strings.xml",
105 "values-sl/android_chrome_strings.xml", 105 "values-sl/android_chrome_strings.xml",
106 "values-sr/android_chrome_strings.xml", 106 "values-sr/android_chrome_strings.xml",
107 "values-sv/android_chrome_strings.xml", 107 "values-sv/android_chrome_strings.xml",
108 "values-sw/android_chrome_strings.xml", 108 "values-sw/android_chrome_strings.xml",
109 "values-th/android_chrome_strings.xml", 109 "values-th/android_chrome_strings.xml",
110 "values-tr/android_chrome_strings.xml", 110 "values-tr/android_chrome_strings.xml",
111 "values-uk/android_chrome_strings.xml", 111 "values-uk/android_chrome_strings.xml",
112 "values-vi/android_chrome_strings.xml", 112 "values-vi/android_chrome_strings.xml",
113 "values-zh-rCN/android_chrome_strings.xml", 113 "values-zh-rCN/android_chrome_strings.xml",
114 "values-zh-rTW/android_chrome_strings.xml", 114 "values-zh/android_chrome_strings.xml",
115 ] 115 ]
116 } 116 }
117 117
118 # GYP: //chrome/chrome.gyp:chrome_java 118 # GYP: //chrome/chrome.gyp:chrome_java
119 android_library("chrome_java") { 119 android_library("chrome_java") {
120 deps = [ 120 deps = [
121 "//base:base_java", 121 "//base:base_java",
122 "//components/safe_json/android:safe_json_java", 122 "//components/safe_json/android:safe_json_java",
123 "//components/variations/android:variations_java", 123 "//components/variations/android:variations_java",
124 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va", 124 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va",
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 instrumentation_test_apk("chrome_sync_shell_test_apk") { 564 instrumentation_test_apk("chrome_sync_shell_test_apk") {
565 apk_name = "ChromeSyncShellTest" 565 apk_name = "ChromeSyncShellTest"
566 apk_under_test = ":chrome_sync_shell_apk" 566 apk_under_test = ":chrome_sync_shell_apk"
567 android_manifest = chrome_sync_shell_test_apk_manifest 567 android_manifest = chrome_sync_shell_test_apk_manifest
568 deps = [ 568 deps = [
569 ":chrome_sync_shell_test_apk_java", 569 ":chrome_sync_shell_test_apk_java",
570 ":chrome_sync_shell_test_apk_manifest", 570 ":chrome_sync_shell_test_apk_manifest",
571 ] 571 ]
572 proguard_enabled = !is_debug 572 proguard_enabled = !is_debug
573 } 573 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698