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

Unified Diff: components/guest_view/browser/DEPS

Issue 1102173002: Move GuestView layer in browser to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Jochen's comment + GuestViewBase cleanup Created 5 years, 8 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: 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',
+]

Powered by Google App Engine
This is Rietveld 408576698