Chromium Code Reviews| Index: public/platform/DEPS |
| diff --git a/public/platform/DEPS b/public/platform/DEPS |
| index 015ed4e6b34d25b7a55a8e0e5871954294ffcfc1..ad1cdee30d62e3f533358a6108012b343283fa0d 100644 |
| --- a/public/platform/DEPS |
| +++ b/public/platform/DEPS |
| @@ -3,5 +3,8 @@ include_rules = [ |
| "-core", |
| "-modules", |
| "+platform", |
| + "+platform/weborigin", |
|
tkent
2015/06/25 07:01:21
Is this line necessary?
tasak
2015/06/25 07:05:34
When I added "-public/web/", check-blink-deps miss
|
| + "-public/web", |
| "+third_party/skia", |
| + "-web", |
| ] |