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

Unified Diff: PRESUBMIT.py

Issue 1965583002: Move //webapk to //chrome/android/webapk (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 | apk_minter/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 384fef51dc93cbc9eaff668c684f31887599c038..d4c1a469704fefb5346e195211c736c35895ec13 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1439,7 +1439,7 @@ def _CheckAndroidCrLogUsage(input_api, output_api):
- Are using a tag that is shorter than 20 characters (error)
"""
cr_log_check_excluded_paths = [
- r"^webapk[\\\/].*",
+ r"^chrome[\\\/]android[\\\/]webapk[\\\/].*",
]
cr_log_import_pattern = input_api.re.compile(
« no previous file with comments | « no previous file | apk_minter/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698