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

Unified Diff: chrome/browser/PRESUBMIT.py

Issue 1870853003: Vulcanize settings (hacky and dirty, don't use) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git squash commit. Created 4 years, 6 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
Index: chrome/browser/PRESUBMIT.py
diff --git a/chrome/browser/PRESUBMIT.py b/chrome/browser/PRESUBMIT.py
index 839bed061437f3d5b19c8648256af0931237dc5e..e7b4e9c356e0627aa9cf7eb3bdd47514d827da62 100644
--- a/chrome/browser/PRESUBMIT.py
+++ b/chrome/browser/PRESUBMIT.py
@@ -57,6 +57,8 @@ def _CommonChecks(input_api, output_api):
BLACKLIST = ['chrome/browser/resources/md_downloads/crisper.js',
'chrome/browser/resources/md_downloads/vulcanized.html',
+ 'chrome/browser/resources/settings/crisper.js',
+ 'chrome/browser/resources/settings/vulcanized.html',
'chrome/browser/resources/pdf/index.html',
'chrome/browser/resources/pdf/index.js']
def is_resource(maybe_resource):

Powered by Google App Engine
This is Rietveld 408576698