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

Unified Diff: build/android/devil/PRESUBMIT.py

Issue 1522313002: [Android] Move screenshot and video_recorder into devil. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix video_recorder timing Created 5 years 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/devil/android/device_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/devil/PRESUBMIT.py
diff --git a/build/android/devil/PRESUBMIT.py b/build/android/devil/PRESUBMIT.py
index e2c3dfe5107f1bd9e047df7734577082b3fb52ef..14c0f4f136fb5b860720e0deb9fea0e48eaf767c 100644
--- a/build/android/devil/PRESUBMIT.py
+++ b/build/android/devil/PRESUBMIT.py
@@ -40,6 +40,7 @@ def _RunUnitTests(input_api, output_api):
J('android', 'fastboot_utils_test.py'),
J('android', 'md5sum_test.py'),
J('android', 'logcat_monitor_test.py'),
+ J('android', 'tools', 'script_common_test.py'),
J('utils', 'cmd_helper_test.py'),
J('utils', 'timeout_retry_unittest.py'),
],
« no previous file with comments | « no previous file | build/android/devil/android/device_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698