Chromium Code Reviews| Index: ui/aura/aura.gyp |
| =================================================================== |
| --- ui/aura/aura.gyp (revision 126124) |
| +++ ui/aura/aura.gyp (working copy) |
| @@ -15,6 +15,8 @@ |
| '../../base/base.gyp:base_i18n', |
| '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
| '../../skia/skia.gyp:skia', |
| + '../../build/linux/system.gyp:frame', |
|
tdresser
2012/03/29 17:44:38
Alphabetize
|
| + '../../build/linux/system.gyp:grail', |
| '../gfx/compositor/compositor.gyp:compositor', |
| '../ui.gyp:gfx_resources', |
| '../ui.gyp:ui', |
| @@ -63,14 +65,8 @@ |
| 'gestures/gesture_configuration.cc', |
| 'gestures/gesture_configuration.h', |
| 'gestures/gesture_recognizer.h', |
| - 'gestures/gesture_recognizer_aura.cc', |
|
tdresser
2012/03/29 17:44:38
Why are these being removed?
|
| - 'gestures/gesture_recognizer_aura.h', |
| - 'gestures/gesture_point.cc', |
| - 'gestures/gesture_point.h', |
| - 'gestures/velocity_calculator.cc', |
| - 'gestures/velocity_calculator.h', |
| - 'gestures/gesture_sequence.cc', |
| - 'gestures/gesture_sequence.h', |
| + 'gestures/gesture_recognizer_grail.cc', |
| + 'gestures/gesture_recognizer_grail.h', |
| 'layout_manager.cc', |
| 'layout_manager.h', |
| 'root_window_host.h', |