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

Unified Diff: blimp/net/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 | « blimp/engine/feature/engine_render_widget_feature_unittest.cc ('k') | blimp/net/input_message_converter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/DEPS
diff --git a/blimp/net/DEPS b/blimp/net/DEPS
index 9b51d8d7c80255cf1796f10a5691523efdafd367..83020fb1fd4cb7675eba34c7a0861cb429357cb7 100644
--- a/blimp/net/DEPS
+++ b/blimp/net/DEPS
@@ -1,7 +1,8 @@
include_rules = [
"+net",
"+third_party/WebKit/public/platform/WebGestureDevice.h",
- "+third_party/WebKit/public/web/WebInputEvent.h",
+ "+third_party/WebKit/public/platform/WebGestureEvent.h",
+ "+third_party/WebKit/public/platform/WebInputEvent.h",
"+third_party/grpc",
"+third_party/zlib",
"+ui/base/ime/text_input_type.h",
« no previous file with comments | « blimp/engine/feature/engine_render_widget_feature_unittest.cc ('k') | blimp/net/input_message_converter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698