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

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

Issue 511453003: Made ChromeSyncShellTest.apk run on the fyi-tests bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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.gyp ('k') | no next file » | 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 8ff5a20ad63ac52922295728e8baaff4d1c3e8d6..29a63f9d3304ca33eab0230b457b4ac53cbc8a80 100755
--- a/build/android/buildbot/bb_device_steps.py
+++ b/build/android/buildbot/bb_device_steps.py
@@ -67,6 +67,11 @@ INSTRUMENTATION_TESTS = dict((suite.name, suite) for suite in [
'ChromeShellTest',
'chrome:chrome/test/data/android/device_files',
constants.CHROME_SHELL_HOST_DRIVEN_DIR),
+ I('ChromeSyncShell',
jbudorick 2014/08/26 17:59:53 Mentioned offline, but for the record: This will r
+ 'ChromeSyncShell.apk',
+ 'org.chromium.chrome.browser.sync',
+ 'ChromeSyncShellTest.apk',
+ 'chrome:chrome/test/data/android/device_files'),
I('AndroidWebView',
'AndroidWebView.apk',
'org.chromium.android_webview.shell',
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698