diff options
author | shashishekhar@chromium.org <shashishekhar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-25 04:58:59 +0000 |
---|---|---|
committer | shashishekhar@chromium.org <shashishekhar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-25 04:58:59 +0000 |
commit | 179fe754b91c9ca114287186743483cc1754a47f (patch) | |
tree | 23c9d705d86627641d0410da2decc5ed1226e7f8 /build/all_android.gyp | |
parent | c1a734423680e44bdfb85cf92cea5405708c9085 (diff) | |
download | chromium_src-179fe754b91c9ca114287186743483cc1754a47f.zip chromium_src-179fe754b91c9ca114287186743483cc1754a47f.tar.gz chromium_src-179fe754b91c9ca114287186743483cc1754a47f.tar.bz2 |
Compile webkit_compositor_bindings_unittests on Android.
Compile webkit_compositor_bindings_unittests on Android and add
them to android experimental step.
BUG=152702
Review URL: https://chromiumcodereview.appspot.com/11227047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164015 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all_android.gyp')
-rw-r--r-- | build/all_android.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp index 1b110f2..77c37a8 100644 --- a/build/all_android.gyp +++ b/build/all_android.gyp @@ -89,6 +89,7 @@ '../ui/ui.gyp:ui_unittests_apk', '../android_webview/android_webview.gyp:android_webview_test_apk', '../chrome/chrome.gyp:chromium_testshell_test_apk', + '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests_apk' ], }], ], |