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

Unified Diff: components/guest_view/browser/DEPS

Issue 2497033002: Break apart WebGestureEvent from WebInputEvent. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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
index cbd25b55f6f3748dfeb155b84d73cb1c45213ae4..9ecdca6a97bfe0ed024bf7cedf7eebfa2c69f3d0 100644
--- a/components/guest_view/browser/DEPS
+++ b/components/guest_view/browser/DEPS
@@ -4,5 +4,6 @@ include_rules = [
"+content/public/common",
"+content/public/test",
"+ipc",
- '+third_party/WebKit/public/web/WebInputEvent.h',
+ '+third_party/WebKit/public/platform/WebGestureEvent.h',
+ '+third_party/WebKit/public/platform/WebInputEvent.h',
]
« no previous file with comments | « components/autofill/content/renderer/password_autofill_agent.cc ('k') | components/guest_view/browser/guest_view_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698