summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PRESUBMIT.py10
1 files changed, 9 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 4d65197..413f363 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1187,12 +1187,20 @@ def _CheckForString16InFile(input_api, f):
def _CheckForString16(input_api, output_api):
file_filter = lambda f: input_api.FilterSourceFile(f,
white_list=(
+ r'^android_webview[\\\/]',
r'^apps[\\\/]',
r'^ash[\\\/]',
r'^chrome[\\\/]browser[\\\/]',
- r'^rlz[\\\/]',
+ r'^chromeos[\\\/]',
+ r'^components[\\\/]',
+ r'^device[\\\/]',
+ r'^ipc[\\\/]',
r'^net[\\\/]',
+ r'^ppapi[\\\/]',
+ r'^printing[\\\/]',
+ r'^rlz[\\\/]',
r'^skia[\\\/]',
+ r'^tools[\\\/]',
r'^ui[\\\/]',
r'^webkit[\\\/]',
),