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

Unified Diff: ui/chromeos/ui_chromeos.gyp

Issue 262483003: Implementation of the Touch Exploration Mode - Part I (ui) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@event_source
Patch Set: Implementing review feedback from dmazzoni@ 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
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',
sadrul 2014/04/30 18:51:15 What brings in skia?
mfomitchev 2014/04/30 21:33:53 ui/gfx/transform.h includes SkMatrix44.h
+ '../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',
],

Powered by Google App Engine
This is Rietveld 408576698