diff options
author | mkosiba@chromium.org <mkosiba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-29 00:18:49 +0000 |
---|---|---|
committer | mkosiba@chromium.org <mkosiba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-29 00:18:49 +0000 |
commit | 6cdc7852617cbeb89e4b96a95b939d0a100d70c9 (patch) | |
tree | ebddd3ff8f50da64315ac2964c046ef31dc032e1 /build/all_android.gyp | |
parent | 3496276e272dbc1db8174d1daf14f7b64b64a2f8 (diff) | |
download | chromium_src-6cdc7852617cbeb89e4b96a95b939d0a100d70c9.zip chromium_src-6cdc7852617cbeb89e4b96a95b939d0a100d70c9.tar.gz chromium_src-6cdc7852617cbeb89e4b96a95b939d0a100d70c9.tar.bz2 |
Build the android_webview APKs on the FYI waterfall.
This adds the android_webview APKs to the FYI build.
This will result in building the android_webview Java
code and Java test code.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10883026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153806 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all_android.gyp')
-rw-r--r-- | build/all_android.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp index 49714c9..181d4da 100644 --- a/build/all_android.gyp +++ b/build/all_android.gyp @@ -82,6 +82,8 @@ 'type': 'none', 'dependencies': [ '../android_webview/lib/android_webview.gyp:libwebview', + '../android_webview/lib/android_webview.gyp:android_webview_apk', + '../android_webview/lib/android_webview.gyp:android_webview_test_apk', ], }, { |