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

Side by Side Diff: android_webview/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
« no previous file with comments | « no previous file | android_webview/java/strings/android_webview_strings.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/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/config/locales.gni") 7 import("//build/config/locales.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 import("system_webview_apk_tmpl.gni") 9 import("system_webview_apk_tmpl.gni")
10 import("webview_repack_locales.gni") 10 import("webview_repack_locales.gni")
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 "java/res/values-sl/components_strings.xml", 346 "java/res/values-sl/components_strings.xml",
347 "java/res/values-sr/components_strings.xml", 347 "java/res/values-sr/components_strings.xml",
348 "java/res/values-sv/components_strings.xml", 348 "java/res/values-sv/components_strings.xml",
349 "java/res/values-sw/components_strings.xml", 349 "java/res/values-sw/components_strings.xml",
350 "java/res/values-th/components_strings.xml", 350 "java/res/values-th/components_strings.xml",
351 "java/res/values-tl/components_strings.xml", 351 "java/res/values-tl/components_strings.xml",
352 "java/res/values-tr/components_strings.xml", 352 "java/res/values-tr/components_strings.xml",
353 "java/res/values-uk/components_strings.xml", 353 "java/res/values-uk/components_strings.xml",
354 "java/res/values-vi/components_strings.xml", 354 "java/res/values-vi/components_strings.xml",
355 "java/res/values-zh-rCN/components_strings.xml", 355 "java/res/values-zh-rCN/components_strings.xml",
356 "java/res/values-zh/components_strings.xml", 356 "java/res/values-zh-rTW/components_strings.xml",
357 "java/res/values/components_strings.xml", 357 "java/res/values/components_strings.xml",
358 ] 358 ]
359 } 359 }
360 360
361 source_set("webview_entry_point") { 361 source_set("webview_entry_point") {
362 deps = [ 362 deps = [
363 ":common", 363 ":common",
364 ] 364 ]
365 sources = [ 365 sources = [
366 "lib/main/webview_entry_point.cc", 366 "lib/main/webview_entry_point.cc",
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 "values-sl/android_webview_strings.xml", 731 "values-sl/android_webview_strings.xml",
732 "values-sr/android_webview_strings.xml", 732 "values-sr/android_webview_strings.xml",
733 "values-sv/android_webview_strings.xml", 733 "values-sv/android_webview_strings.xml",
734 "values-sw/android_webview_strings.xml", 734 "values-sw/android_webview_strings.xml",
735 "values-th/android_webview_strings.xml", 735 "values-th/android_webview_strings.xml",
736 "values-tl/android_webview_strings.xml", 736 "values-tl/android_webview_strings.xml",
737 "values-tr/android_webview_strings.xml", 737 "values-tr/android_webview_strings.xml",
738 "values-uk/android_webview_strings.xml", 738 "values-uk/android_webview_strings.xml",
739 "values-vi/android_webview_strings.xml", 739 "values-vi/android_webview_strings.xml",
740 "values-zh-rCN/android_webview_strings.xml", 740 "values-zh-rCN/android_webview_strings.xml",
741 "values-zh/android_webview_strings.xml", 741 "values-zh-rTW/android_webview_strings.xml",
742 "values/android_webview_strings.xml", 742 "values/android_webview_strings.xml",
743 ] 743 ]
744 } 744 }
745 745
746 if (!use_webview_internal_framework) { 746 if (!use_webview_internal_framework) {
747 system_webview_apk_tmpl("system_webview_apk") { 747 system_webview_apk_tmpl("system_webview_apk") {
748 android_manifest = get_target_outputs(":system_webview_manifest") 748 android_manifest = get_target_outputs(":system_webview_manifest")
749 android_manifest = android_manifest[1] 749 android_manifest = android_manifest[1]
750 android_manifest_dep = ":system_webview_manifest" 750 android_manifest_dep = ":system_webview_manifest"
751 deps = [ 751 deps = [
752 ":system_webview_resources", 752 ":system_webview_resources",
753 "//android_webview/glue", 753 "//android_webview/glue",
754 ] 754 ]
755 apk_name = "SystemWebView" 755 apk_name = "SystemWebView"
756 } 756 }
757 } 757 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/java/strings/android_webview_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698