Chromium Code Reviews

Unified Diff: build/android/PRESUBMIT.py

Issue 1290773009: [Android] Remove android_commands and android_testrunner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: msg3: sullivan comment Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | build/android/gyp/util/build_device.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/PRESUBMIT.py
diff --git a/build/android/PRESUBMIT.py b/build/android/PRESUBMIT.py
index c24a0c256d31656ebdaf074b3d0fadacd1f563bf..c5a7f8068b2f35c13814fcb410776d3c4f699f65 100644
--- a/build/android/PRESUBMIT.py
+++ b/build/android/PRESUBMIT.py
@@ -20,9 +20,7 @@ def CommonChecks(input_api, output_api):
input_api,
output_api,
black_list=[r'pylib/symbols/.*\.py$', r'gyp/.*\.py$', r'gn/.*\.py'],
- extra_paths_list=[
- J(), J('..', '..', 'third_party', 'android_testrunner'),
- J('buildbot')]))
+ extra_paths_list=[J(), J('buildbot')]))
output.extend(input_api.canned_checks.RunPylint(
input_api,
output_api,
« no previous file with comments | « no previous file | build/android/gyp/util/build_device.py » ('j') | no next file with comments »

Powered by Google App Engine