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

Side by Side Diff: blimp/engine/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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+base", 2 "+base",
3 "-blimp/client", 3 "-blimp/client",
4 "+cc", 4 "+cc",
5 "-chrome", 5 "-chrome",
6 "+components/crash", 6 "+components/crash",
7 "+components/metrics", 7 "+components/metrics",
8 "+components/pref_registry", 8 "+components/pref_registry",
9 "+components/prefs", 9 "+components/prefs",
10 "+components/version_info", 10 "+components/version_info",
11 "+components/web_cache/renderer", 11 "+components/web_cache/renderer",
12 "+content/public", 12 "+content/public",
13 "+device/geolocation", 13 "+device/geolocation",
14 "+mojo/public", 14 "+mojo/public",
15 "+net", 15 "+net",
16 "+services/service_manager/public/cpp", 16 "+services/service_manager/public/cpp",
17 "+third_party/blimp_fonts", 17 "+third_party/blimp_fonts",
18 "+third_party/khronos/GLES2/gl2.h", 18 "+third_party/khronos/GLES2/gl2.h",
19 "+third_party/WebKit/public/web/WebInputEvent.h", 19 "+third_party/WebKit/public/platform/WebGestureEvent.h",
20 "+third_party/WebKit/public/platform/WebInputEvent.h",
20 "+ui/aura", 21 "+ui/aura",
21 "+ui/base", 22 "+ui/base",
22 "+ui/compositor", 23 "+ui/compositor",
23 "+ui/display", 24 "+ui/display",
24 "+ui/events", 25 "+ui/events",
25 "+ui/gfx", 26 "+ui/gfx",
26 "+ui/gl", 27 "+ui/gl",
27 "+ui/native_theme", 28 "+ui/native_theme",
28 "+ui/platform_window", 29 "+ui/platform_window",
29 "+ui/resources", 30 "+ui/resources",
30 "+ui/wm", 31 "+ui/wm",
31 ] 32 ]
OLDNEW
« no previous file with comments | « blimp/client/core/render_widget/mock_render_widget_feature.cc ('k') | blimp/engine/browser_tests/input_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698