| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index 3124dd7ce792a5eb6dbaddf636ce54d0f375910e..b395233d2462df2c941367ae9b9a33ca0d2afce1 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=(r'^(android_webview|base|content|net)[\\\/].*', ),
|
| black_list=(_EXCLUDED_PATHS +
|
| _TEST_CODE_EXCLUDED_PATHS +
|
| input_api.DEFAULT_BLACK_LIST))
|
|
|