Chromium Code Reviews| Index: components/guest_view/browser/DEPS |
| diff --git a/components/guest_view/browser/DEPS b/components/guest_view/browser/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..173944f00b8e67f277215d934fa1fd0e7a821fd8 |
| --- /dev/null |
| +++ b/components/guest_view/browser/DEPS |
| @@ -0,0 +1,8 @@ |
| +include_rules = [ |
| + "+components/ui/zoom", |
| + "+content/public/browser", |
| + "+content/public", |
|
jam
2015/05/04 16:11:09
dont add content/public, but instead add content/p
Fady Samuel
2015/05/04 20:24:32
Done. Also, added content/public/test
|
| + "+content/test", |
| + "+ipc", |
| + '+third_party/WebKit/public/web/WebInputEvent.h', |
| +] |