Chromium Code Reviews| Index: test/inspector-protocol/DEPS |
| diff --git a/src/inspector/DEPS b/test/inspector-protocol/DEPS |
| similarity index 64% |
| copy from src/inspector/DEPS |
| copy to test/inspector-protocol/DEPS |
| index 4486204d74ec7691de36ffdf9ec32e54ab591ecb..1c99957bc1089c68389a961013f563f75a623c98 100644 |
| --- a/src/inspector/DEPS |
| +++ b/test/inspector-protocol/DEPS |
| @@ -1,8 +1,8 @@ |
| include_rules = [ |
| "-src", |
| - "+src/inspector", |
| - "+src/base/atomicops.h", |
| + "+src/base/atomic-utils.h", |
| "+src/base/macros.h", |
| - "+src/base/logging.h", |
| "+src/base/platform/platform.h", |
| -] |
| + "+src/inspector", |
|
dgozman
2016/09/23 03:09:55
Should not include src/inspector.
kozy
2016/09/23 17:05:19
Done.
|
| + "+src/locked-queue-inl.h", |
| +] |