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

Unified Diff: chrome/browser/resources/PRESUBMIT.py

Issue 13879015: Fix css_checker.py directory exemption path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/PRESUBMIT.py
diff --git a/chrome/browser/resources/PRESUBMIT.py b/chrome/browser/resources/PRESUBMIT.py
index de005a1d42dfa4bf0d3c563132f25e9061a2449d..c091a35c2bff95b1cc76a7bf9c716108ac9957e9 100644
--- a/chrome/browser/resources/PRESUBMIT.py
+++ b/chrome/browser/resources/PRESUBMIT.py
@@ -51,7 +51,7 @@ def _CommonChecks(input_api, output_api):
return _html_css_js_resource(maybe_resource.AbsoluteLocalPath())
# TODO(samarth): remove this exception <http://crbug.com/222642>.
- instant_path = path.join(resources, 'local_omnibox_popup')
+ instant_path = path.join(resources, 'local_ntp')
def is_resource_no_instant(maybe_resource):
f = maybe_resource.AbsoluteLocalPath()
return _html_css_js_resource(f) and not f.startswith(instant_path)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698