Chromium Code Reviews| 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', |
| ], |