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

Unified Diff: build/android/PRESUBMIT.py

Issue 197693002: [Android] Lint build/android/gyp/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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/gyp/ant.py » ('j') | build/android/gyp/get_device_configuration.py » ('J')
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 d56955ab932d171cde72e297058f03ccb5917643..25a00edd06106a8fdbd75591c9f4d309af70e7ee 100644
--- a/build/android/PRESUBMIT.py
+++ b/build/android/PRESUBMIT.py
@@ -38,7 +38,8 @@ def CommonChecks(input_api, output_api):
output.extend(input_api.canned_checks.RunPylint(
input_api,
output_api,
- white_list=[r'PRESUBMIT\.py$', r'buildbot/.*\.py$', r'pylib/.*\.py$'],
+ white_list=[r'PRESUBMIT\.py$', r'buildbot/.*\.py$', r'gyp/.*\.py$',
+ r'pylib/.*\.py$'],
black_list=[r'pylib/symbols/.*\.py$'],
extra_paths_list=[
J(), J('..', '..', 'third_party', 'android_testrunner'),
« no previous file with comments | « no previous file | build/android/gyp/ant.py » ('j') | build/android/gyp/get_device_configuration.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698