Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index 3124dd7ce792a5eb6dbaddf636ce54d0f375910e..2836e691d94b2211eeb94fdd6b3f9920a47dd9f9 100644 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -667,7 +667,7 @@ def _CheckHardcodedGoogleHostsInLowerLayers(input_api, output_api): |
""" |
return input_api.FilterSourceFile( |
affected_file, |
- white_list=('^(android_webview|base|content|net)[\\\/].*'), |
+ white_list=('^(android_webview|base|content|net)[\\\/].*', ), |
M-A Ruel
2012/12/11 15:03:47
Should use r''.
You can use a list instead if you
|
black_list=(_EXCLUDED_PATHS + |
_TEST_CODE_EXCLUDED_PATHS + |
input_api.DEFAULT_BLACK_LIST)) |