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

Unified Diff: PRESUBMIT.py

Issue 1945303005: Change webapk packages and directory structure (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 | base/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 d832ed3cdae79a26ce632c2af53b8d9c71de008d..82ceb780ea950957d1253cfed1f51db77e22c350 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1437,7 +1437,7 @@ def _CheckAndroidCrLogUsage(input_api, output_api):
- Are using a tag that is shorter than 20 characters (error)
"""
cr_log_check_excluded_paths = [
- r"^web_apks[\\\/]minting_example[\\\/].*",
+ r"^webapk[\\\/].*",
]
cr_log_import_pattern = input_api.re.compile(
« no previous file with comments | « no previous file | base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698