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

Unified Diff: ui/events/blink/DEPS

Issue 2639273002: Give WebTouchEvent and WebKeyboardEvent their own headers (Closed)
Patch Set: Rebase Created 3 years, 11 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 | « third_party/WebKit/public/platform/WebTouchEvent.h ('k') | ui/events/blink/blink_event_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/blink/DEPS
diff --git a/ui/events/blink/DEPS b/ui/events/blink/DEPS
index 342edac55bee85d7678faf48c9ac973bdafd92e6..d5cb88cf76c539e44ea1fee6182ceace33a02b65 100644
--- a/ui/events/blink/DEPS
+++ b/ui/events/blink/DEPS
@@ -11,8 +11,10 @@ include_rules = [
"+third_party/WebKit/public/platform/WebFloatSize.h",
"+third_party/WebKit/public/platform/WebGestureEvent.h",
"+third_party/WebKit/public/platform/WebInputEvent.h",
+ "+third_party/WebKit/public/platform/WebKeyboardEvent.h",
"+third_party/WebKit/public/platform/WebMouseWheelEvent.h",
"+third_party/WebKit/public/platform/WebPoint.h",
+ "+third_party/WebKit/public/platform/WebTouchEvent.h",
"+third_party/WebKit/public/web/WebActiveWheelFlingParameters.h",
"+ui/display/win",
« no previous file with comments | « third_party/WebKit/public/platform/WebTouchEvent.h ('k') | ui/events/blink/blink_event_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698