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

Unified Diff: PRESUBMIT.py

Issue 119763003: Add more directories to _CheckForString16() whitelist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chrome/ 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 413f3634e3f3b315abf0c6959dfac975c195c132..e33fa80a55b7bc1bd94a3cd2af7ad39dda7a0759 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1190,9 +1190,10 @@ def _CheckForString16(input_api, output_api):
r'^android_webview[\\\/]',
r'^apps[\\\/]',
r'^ash[\\\/]',
- r'^chrome[\\\/]browser[\\\/]',
+ r'^chrome[\\\/]',
r'^chromeos[\\\/]',
r'^components[\\\/]',
+ r'^content[\\\/]',
r'^device[\\\/]',
r'^ipc[\\\/]',
r'^net[\\\/]',
« 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