Chromium Code Reviews| Index: tools/verify_source_deps.py |
| diff --git a/tools/verify_source_deps.py b/tools/verify_source_deps.py |
| index a3fdb2ec7cf0be243532f48ff57731a6d9babf30..2241b97949d08a1151ba3610753a34468f15f6cf 100755 |
| --- a/tools/verify_source_deps.py |
| +++ b/tools/verify_source_deps.py |
| @@ -53,6 +53,8 @@ ALL_GYP_PREFIXES = [ |
| GYP_UNSUPPORTED_FEATURES = [ |
| 'gcmole', |
| + 'setup-builtins-deserialize.cc', |
|
Jakob Kummerow
2017/03/21 16:38:00
Pacify the presubmit check that produces an error
Michael Achenbach
2017/03/21 20:07:11
Ack.
|
| + 'setup-interpreter-deserialize.cc', |
| ] |
| GN_FILES = [ |