Index: extensions/browser/guest_view/DEPS |
diff --git a/extensions/browser/guest_view/DEPS b/extensions/browser/guest_view/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f7e30daf8fcaa0651db6b139bd896b30cc69d573 |
--- /dev/null |
+++ b/extensions/browser/guest_view/DEPS |
@@ -0,0 +1,5 @@ |
+include_rules = [ |
+ # TODO(hanxi): Remove these. http://crbug.com/352293. |
+ "+chrome/browser/extensions/api/web_view/web_view_internal_api.h", |
+ "+third_party/WebKit/public/web/WebFindOptions.h", |
jamesr
2014/08/25 17:22:08
this line lgtm. The +chrome/ looks bad, though
Xi Han
2014/08/25 17:26:14
This is just a temporary step. The include of web_
|
+] |