Chromium Code Reviews| Index: third_party/WebKit/Source/core/DEPS |
| diff --git a/third_party/WebKit/Source/core/DEPS b/third_party/WebKit/Source/core/DEPS |
| index c81ff79cd4234827838b01db4380342cffa1ec6d..f1ec57960237d60b3753763c6454ea9b2a081563 100644 |
| --- a/third_party/WebKit/Source/core/DEPS |
| +++ b/third_party/WebKit/Source/core/DEPS |
| @@ -13,4 +13,7 @@ include_rules = [ |
| "-public/web", |
| "+third_party/skia/include", |
| "-web", |
| + |
| + # Use platform/wtf/ now (see crbug.com/691465). |
| + "-wtf", |
| ] |