summaryrefslogtreecommitdiffstats
path: root/build/gyp_chromium
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 /build/gyp_chromium
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 'build/gyp_chromium')
-rwxr-xr-xbuild/gyp_chromium1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/gyp_chromium b/build/gyp_chromium
index 3d527aa..45f3206 100755
--- a/build/gyp_chromium
+++ b/build/gyp_chromium
@@ -28,6 +28,7 @@ import gyp
SRC_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
# Add paths so that pymod_do_main(...) can import files.
+sys.path.insert(1, os.path.join(chrome_src, 'android_webview', 'tools'))
sys.path.insert(1, os.path.join(chrome_src, 'build', 'android', 'gyp'))
sys.path.insert(1, os.path.join(chrome_src, 'tools'))
sys.path.insert(1, os.path.join(chrome_src, 'tools', 'generate_shim_headers'))