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

Unified Diff: blimp/client/DEPS

Issue 1430623004: blimp: Add support for input handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: blimp/client/DEPS
diff --git a/blimp/client/DEPS b/blimp/client/DEPS
index 71d9cb4e529cbd1eb4a76ce0dbac7aad2d73cc58..7de8b4c05de68a08683750b5c044b0aec4190aea 100644
--- a/blimp/client/DEPS
+++ b/blimp/client/DEPS
@@ -8,6 +8,9 @@ include_rules = [
"+jni",
"+skia",
"+third_party/skia",
+ # TODO(khushalsagar): Pull specific webkit dependencies?
+ "+third_party/WebKit/public/web/WebInputEvent.h",
+ "+ui/events",
"+ui/gfx",
"+ui/gl",

Powered by Google App Engine
This is Rietveld 408576698