diff options
author | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-09 22:40:39 +0000 |
---|---|---|
committer | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-09 22:40:39 +0000 |
commit | efcc84fca4ac288401d21f556892b3e949f945d6 (patch) | |
tree | da491776d97c4eb220e47e7b62aebfab47078015 /build/java_apk.gypi | |
parent | 575423574802c25c0600fe02aacdf8b386247d89 (diff) | |
download | chromium_src-efcc84fca4ac288401d21f556892b3e949f945d6.zip chromium_src-efcc84fca4ac288401d21f556892b3e949f945d6.tar.gz chromium_src-efcc84fca4ac288401d21f556892b3e949f945d6.tar.bz2 |
Fix chromium testshell crash on startup.
After http://codereview.chromium.org/10876056/, we need to include chrome's pak files in testshell.
Review URL: https://codereview.chromium.org/11092032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160958 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/java_apk.gypi')
-rw-r--r-- | build/java_apk.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/java_apk.gypi b/build/java_apk.gypi index 533016f..2bc2a14 100644 --- a/build/java_apk.gypi +++ b/build/java_apk.gypi @@ -52,7 +52,7 @@ { 'variables': { - 'asset_location': '', + 'asset_location%': '', 'additional_input_paths': [], 'input_jars_paths': [], 'native_libs_paths': [], |