| Index: third_party/WebKit/Source/platform/wtf/DEPS
|
| diff --git a/third_party/WebKit/Source/wtf/DEPS b/third_party/WebKit/Source/platform/wtf/DEPS
|
| similarity index 77%
|
| copy from third_party/WebKit/Source/wtf/DEPS
|
| copy to third_party/WebKit/Source/platform/wtf/DEPS
|
| index 8f13a90c345c5a4f426a200efadea64d1ff37677..1b9314867867003adcda74d55a0d58140078419f 100644
|
| --- a/third_party/WebKit/Source/wtf/DEPS
|
| +++ b/third_party/WebKit/Source/platform/wtf/DEPS
|
| @@ -20,4 +20,8 @@ include_rules = [
|
| "+base/time/time.h",
|
| "+base/tuple.h",
|
| "+build",
|
| + # To avoid recursive dependency, we impose a blanket ban on using other
|
| + # platform files. Think carefully if you want to relax this restriction.
|
| + "-platform",
|
| + "+platform/wtf",
|
| ]
|
|
|