Chromium Code Reviews| Index: src/inspector/DEPS |
| diff --git a/test/cctest/DEPS b/src/inspector/DEPS |
| similarity index 66% |
| copy from test/cctest/DEPS |
| copy to src/inspector/DEPS |
| index 3e73aa244ff09076a1e05734d75bf0ca620a86cf..f72b5dd2061defa5534390a92f5ba1fba3881002 100644 |
| --- a/test/cctest/DEPS |
| +++ b/src/inspector/DEPS |
| @@ -1,3 +1,3 @@ |
| include_rules = [ |
| - "+src", |
| + "-src" |
|
alph
2016/09/12 23:10:58
Shouldn't you also add "+src/inspector" ?
kozy
2016/09/12 23:21:54
Done.
|
| ] |