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

Unified Diff: PRESUBMIT.py

Issue 119933003: Adding win8/ and chrome_frame/ to _CheckForString16() whitelist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 9bb1471cbed6ae9c37ed36022b878fe58fc95d21..fb1fa983e7469898a1b803e87904098e3a4662cf 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1199,6 +1199,7 @@ def _CheckForString16(input_api, output_api):
r'^apps[\\\/]',
r'^ash[\\\/]',
r'^chrome[\\\/]',
+ r'^chrome_frame[\\\/]',
r'^chromeos[\\\/]',
r'^components[\\\/]',
r'^content[\\\/]',
@@ -1212,6 +1213,7 @@ def _CheckForString16(input_api, output_api):
r'^tools[\\\/]',
r'^ui[\\\/]',
r'^webkit[\\\/]',
+ r'^win8[\\\/]',
),
black_list=(_EXCLUDED_PATHS + _TEST_CODE_EXCLUDED_PATHS +
input_api.DEFAULT_BLACK_LIST))
« 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