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

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: update 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
« no previous file with comments | « extensions/browser/api/extensions_api_client.cc ('k') | extensions/browser/guest_view/guest_view_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
Fady Samuel 2014/08/25 14:22:52 Xi, is it possible for us to find ways to avoid th
Xi Han 2014/08/25 17:20:20 The WebViewFindHelper still needs to include WebFi
+]
« no previous file with comments | « extensions/browser/api/extensions_api_client.cc ('k') | extensions/browser/guest_view/guest_view_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698