Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2084)

Unified Diff: build/android/buildbot/buildbot_functions.sh

Issue 11227047: Compile webkit_compositor_bindings_unittests on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/all_android.gyp ('k') | webkit/compositor_bindings/compositor_bindings_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/buildbot_functions.sh
diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh
index 9fdd137053c23c235d5685e548ca6dda31a0a536..959bc7dbc6187af2b4bd214048b9c2515128386c 100755
--- a/build/android/buildbot/buildbot_functions.sh
+++ b/build/android/buildbot/buildbot_functions.sh
@@ -211,6 +211,8 @@ function bb_run_unit_tests {
# Run experimental unittest bundles.
function bb_run_experimental_unit_tests {
build/android/run_tests.py --xvfb --verbose -s cc_unittests
+ build/android/run_tests.py --xvfb --verbose -s \
+ webkit_compositor_bindings_unittests
}
# Run a buildbot step and handle failure.
« no previous file with comments | « build/all_android.gyp ('k') | webkit/compositor_bindings/compositor_bindings_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698