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

Unified Diff: build/android/buildbot/bb_device_steps.py

Issue 14317010: Remove references to TestWebKitAPI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove DEPS change Created 7 years, 8 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 | « no previous file | build/android/pylib/gtest/gtest_config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_device_steps.py
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
index d87e75e282f6dcd97075a2371727fa72d2de0bb4..a1f1b7ff653f877a1ec497bd6e33b8066b236c1e 100755
--- a/build/android/buildbot/bb_device_steps.py
+++ b/build/android/buildbot/bb_device_steps.py
@@ -291,7 +291,6 @@ def MainTestWrapper(options):
if 'webkit' in options.test_filter:
RunTestSuites(options, [
gtest_config.Apk('webkit_unit_tests'),
- gtest_config.Apk('TestWebKitAPI'),
])
RunWebkitLint(options.target)
if 'webkit_layout' in options.test_filter:
« no previous file with comments | « no previous file | build/android/pylib/gtest/gtest_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698