summaryrefslogtreecommitdiffstats
path: root/android_webview/android_webview_tests.gypi
diff options
context:
space:
mode:
authorigsolla <igsolla@chromium.org>2015-02-06 04:10:08 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-06 12:11:28 +0000
commit0826b636a11190f231e2ca167f7ec1304234be6a (patch)
treed152730b9aaded70d092f4389772215630171483 /android_webview/android_webview_tests.gypi
parent8fbff4fad29b9e2408c634e178386d456acf6467 (diff)
downloadchromium_src-0826b636a11190f231e2ca167f7ec1304234be6a.zip
chromium_src-0826b636a11190f231e2ca167f7ec1304234be6a.tar.gz
chromium_src-0826b636a11190f231e2ca167f7ec1304234be6a.tar.bz2
[WebView] Pack the .pak files for all the locales.
This changes includes all the locale .pak files into the WebView apk when building it from the chromium tree, similarly to what we're doing when building it from the Android tree, see android_webview/Android.mk. BUG=405035 TESTED=Manual. Verified that the set of locales in the downstream and upstream SystemWebViewGoogle.apk is the same. Review URL: https://codereview.chromium.org/868673003 Cr-Commit-Position: refs/heads/master@{#315001}
Diffstat (limited to 'android_webview/android_webview_tests.gypi')
-rw-r--r--android_webview/android_webview_tests.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi
index 7c9043d..817654f 100644
--- a/android_webview/android_webview_tests.gypi
+++ b/android_webview/android_webview_tests.gypi
@@ -50,7 +50,7 @@
'destination': '<(PRODUCT_DIR)/android_webview_apk/assets',
'files': [
'<(PRODUCT_DIR)/android_webview_assets/webviewchromium.pak',
- '<(PRODUCT_DIR)/android_webview_assets/en-US.pak',
+ '<(PRODUCT_DIR)/android_webview_assets/locales/en-US.pak',
'<(java_in_dir)/assets/asset_file.html',
'<(java_in_dir)/assets/asset_icon.png',
'<(java_in_dir)/assets/cookie_test.html',