Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: extensions/browser/guest_view/DEPS

Issue 496873006: Move core web_view code to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..ef53a3774f7b82cff59e98b857ad483a8ecfd79a
--- /dev/null
+++ b/extensions/browser/guest_view/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ "+chrome/browser/extensions/api/web_request/web_request_api.h",
+ "+chrome/browser/extensions/api/web_view/web_view_internal_api.h",
Fady Samuel 2014/08/22 16:40:17 Are we OK with this? I worry this will make app_sh
Xi Han 2014/08/22 18:04:52 Eventually we will move web_view_internal_api.h to
+ "+third_party/WebKit/public/web/WebFindOptions.h",
+]

Powered by Google App Engine
This is Rietveld 408576698