Chromium Code Reviews| Index: ui/ui.gyp |
| =================================================================== |
| --- ui/ui.gyp (revision 126124) |
| +++ ui/ui.gyp (working copy) |
| @@ -22,6 +22,8 @@ |
| '../base/base.gyp:base_i18n', |
| '../base/base.gyp:base_static', |
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
| + '../build/linux/system.gyp:frame', |
|
tdresser
2012/03/29 17:44:38
Alphabetize
|
| + '../build/linux/system.gyp:grail', |
| '../build/temp_gyp/googleurl.gyp:googleurl', |
| '../net/net.gyp:net', |
| '../skia/skia.gyp:skia', |
| @@ -213,6 +215,12 @@ |
| 'base/theme_provider.h', |
| 'base/touch/touch_factory.cc', |
| 'base/touch/touch_factory.h', |
| + 'base/touch/axis.h', |
|
tdresser
2012/03/29 17:44:38
Alphabetize
|
| + 'base/touch/axis.cc', |
| + 'base/touch/multi_touch_device.h', |
| + 'base/touch/multi_touch_device.cc', |
| + 'base/touch/multi_touch_device_x11.h', |
| + 'base/touch/multi_touch_device_x11.cc', |
| 'base/ui_base_exports.cc', |
| 'base/ui_base_paths.cc', |
| 'base/ui_base_paths.h', |