| 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',
|
| ],
|
|
|