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

Unified Diff: build/android/PRESUBMIT.py

Issue 2130933002: 🎧 Initial version of Android Studio project generation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments 2 Created 4 years, 5 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/android/BUILD.gn ('k') | build/android/gradle/build.gradle.jinja » ('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 aae03456428804261d66b9ad79ab44d172a1a2b0..5fb2cc75b31f4aa815b0e72424244da090ef7881 100644
--- a/build/android/PRESUBMIT.py
+++ b/build/android/PRESUBMIT.py
@@ -21,7 +21,6 @@ def CommonChecks(input_api, output_api):
build_pys = [
r'gyp/.*\.py$',
r'gn/.*\.py',
- r'incremental_install/.*\.py',
]
output.extend(input_api.canned_checks.RunPylint(
input_api,
@@ -30,6 +29,7 @@ def CommonChecks(input_api, output_api):
black_list=build_pys,
extra_paths_list=[
J(),
+ J('gyp'),
J('buildbot'),
J('..', '..', 'third_party', 'catapult', 'devil')
]))
« no previous file with comments | « build/android/BUILD.gn ('k') | build/android/gradle/build.gradle.jinja » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698