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

Unified Diff: build/android/PRESUBMIT.py

Issue 1948363002: [Android] Remove dedicated presubmit for build/andorid/pylib/symbols/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/symbols/PRESUBMIT.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 b0e38e80381ad972ec7ae3d31c632d95c9382343..210acf9b459daae3c166fbf85cc07baec5492f49 100644
--- a/build/android/PRESUBMIT.py
+++ b/build/android/PRESUBMIT.py
@@ -27,8 +27,7 @@ def CommonChecks(input_api, output_api):
input_api,
output_api,
pylintrc='pylintrc',
- # symbols has their own PRESUBMIT.py
- black_list=build_pys + [r'pylib/symbols/.*\.py$'],
+ black_list=build_pys,
extra_paths_list=[
J(),
J('buildbot'),
@@ -61,6 +60,7 @@ def CommonChecks(input_api, output_api):
J('pylib', 'instrumentation',
'instrumentation_test_instance_test.py'),
J('pylib', 'results', 'json_results_test.py'),
+ J('pylib', 'symbols', 'elf_symbolizer_unittest.py'),
],
env=pylib_test_env))
« no previous file with comments | « no previous file | build/android/pylib/symbols/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698