| Index: tools/json_schema_compiler/PRESUBMIT.py
|
| diff --git a/tools/json_schema_compiler/PRESUBMIT.py b/tools/json_schema_compiler/PRESUBMIT.py
|
| index b98649b3b4b83ca452c9cecd20d750ffa5c19ab8..4c3dd8e60fa737d208576c797890db7bfd349cac 100644
|
| --- a/tools/json_schema_compiler/PRESUBMIT.py
|
| +++ b/tools/json_schema_compiler/PRESUBMIT.py
|
| @@ -5,7 +5,7 @@
|
| """Presubmit script for changes affecting tools/json_schema_compiler/
|
|
|
| See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
|
| -for more details about the presubmit API built into gcl.
|
| +for more details about the presubmit API built into depot_tools.
|
| """
|
|
|
| WHITELIST = [ r'.+_test.py$' ]
|
|
|