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

Unified Diff: ui/chromeos/ui_chromeos.gyp

Issue 240333007: wip: Second crack at implementing the touch exploration mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding a flag to disable the touch exploration mode. Created 6 years, 8 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 | « ui/chromeos/touch_exploration_controller.cc ('k') | ui/events/event_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/ui_chromeos.gyp
diff --git a/ui/chromeos/ui_chromeos.gyp b/ui/chromeos/ui_chromeos.gyp
index 7f7362e05bab9a4cad1911b3d177dcf3c8a3b0b5..9a87672bfacc19fa2b1f9e630a7c66aa19cb2aac 100644
--- a/ui/chromeos/ui_chromeos.gyp
+++ b/ui/chromeos/ui_chromeos.gyp
@@ -12,6 +12,8 @@
'type': '<(component)',
'dependencies': [
'../../base/base.gyp:base',
+ '../../skia/skia.gyp:skia',
+ '../aura/aura.gyp:aura',
'../events/events.gyp:events',
'../wm/wm.gyp:wm',
],
@@ -19,6 +21,8 @@
'UI_CHROMEOS_IMPLEMENTATION',
],
'sources': [
+ 'touch_exploration_controller.cc',
+ 'touch_exploration_controller.h',
'user_activity_power_manager_notifier.cc',
'user_activity_power_manager_notifier.h',
],
« no previous file with comments | « ui/chromeos/touch_exploration_controller.cc ('k') | ui/events/event_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698