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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+base", 2 "+base",
3 "+cc", 3 "+cc",
4 "-cc/blink", 4 "-cc/blink",
5 "-chrome" 5 "-chrome"
6 "-content", 6 "-content",
7 "+gpu", 7 "+gpu",
8 "+jni", 8 "+jni",
9 "+skia", 9 "+skia",
10 "+third_party/skia", 10 "+third_party/skia",
11 # TODO(khushalsagar): Pull specific webkit dependencies?
12 "+third_party/WebKit/public/web/WebInputEvent.h",
13 "+ui/events",
11 "+ui/gfx", 14 "+ui/gfx",
12 "+ui/gl", 15 "+ui/gl",
13 16
14 # TODO(dtrainor): Remove this once Toast uses are removed from Java. 17 # TODO(dtrainor): Remove this once Toast uses are removed from Java.
15 "!ui/android", 18 "!ui/android",
16 ] 19 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698