| Index: third_party/WebKit/Source/platform/battery/DEPS
|
| diff --git a/third_party/WebKit/Source/platform/heap/DEPS b/third_party/WebKit/Source/platform/battery/DEPS
|
| similarity index 75%
|
| copy from third_party/WebKit/Source/platform/heap/DEPS
|
| copy to third_party/WebKit/Source/platform/battery/DEPS
|
| index 5a409dc5a15e349be4b508f28a8aaa83c86d79b5..6c0cee9bc39b467b34621e970ba7d84bbae651ae 100644
|
| --- a/third_party/WebKit/Source/platform/heap/DEPS
|
| +++ b/third_party/WebKit/Source/platform/battery/DEPS
|
| @@ -1,5 +1,5 @@
|
| include_rules = [
|
| # To whitelist base/ stuff Blink is allowed to include, we list up all
|
| # directories and files instead of writing 'base/'.
|
| - "+heap",
|
| + "+base/message_loop", # only for unittests
|
| ]
|
|
|