Chromium Code Reviews| Index: third_party/WebKit/Source/bindings/DEPS |
| diff --git a/third_party/WebKit/Source/bindings/DEPS b/third_party/WebKit/Source/bindings/DEPS |
| index edcd245874b97e13a3c93e62f3a0432997a7c095..421382a0da913630c25feda3feff580a84358083 100644 |
| --- a/third_party/WebKit/Source/bindings/DEPS |
| +++ b/third_party/WebKit/Source/bindings/DEPS |
| @@ -6,4 +6,7 @@ include_rules = [ |
| "+platform", |
| "+public/platform", |
| "+web/api", |
| + |
| + # Use platform/wtf/ now (see crbug.com/691465). |
| + "-wtf/", |
| ] |