| Index: chrome/browser/apps/guest_view/DEPS
|
| diff --git a/chrome/browser/apps/guest_view/DEPS b/chrome/browser/apps/guest_view/DEPS
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..58014258e1d6622fea15aad6288cb1da7d047dc5
|
| --- /dev/null
|
| +++ b/chrome/browser/apps/guest_view/DEPS
|
| @@ -0,0 +1,6 @@
|
| +include_rules = [
|
| + # Allow access to render_widget_host_impl.h for testing with event sending.
|
| + "+content/browser/renderer_host",
|
| + # Allow access to synthetic touch event generation.
|
| + "+content/common/input",
|
| +];
|
|
|