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

Unified Diff: ui/web_dialogs/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
« no previous file with comments | « ui/events/blink/web_input_event_traits.h ('k') | ui/web_dialogs/web_dialog_web_contents_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/web_dialogs/DEPS
diff --git a/ui/web_dialogs/DEPS b/ui/web_dialogs/DEPS
index fb76c164df987d30c58a6d892b8787ff58d5b44e..0c303493d6d3bc5741a7ca3d0a7d3479a574993e 100644
--- a/ui/web_dialogs/DEPS
+++ b/ui/web_dialogs/DEPS
@@ -1,6 +1,7 @@
include_rules = [
"+content/public",
- "+third_party/WebKit/public/web/WebInputEvent.h",
+ "+third_party/WebKit/public/platform/WebGestureEvent.h",
+ "+third_party/WebKit/public/platform/WebInputEvent.h",
"+ui/base",
"+ui/gfx",
]
« no previous file with comments | « ui/events/blink/web_input_event_traits.h ('k') | ui/web_dialogs/web_dialog_web_contents_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698