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', |
| + '../build/linux/system.gyp:grail', |
| '../build/temp_gyp/googleurl.gyp:googleurl', |
| '../net/net.gyp:net', |
| '../skia/skia.gyp:skia', |
| @@ -211,9 +213,15 @@ |
| 'base/text/utf16_indexing.h', |
| 'base/theme_provider.cc', |
| 'base/theme_provider.h', |
| + 'base/touch/axis.cc', |
|
rjkroege
2012/04/02 17:05:15
these need to get suppressed somewhere?
|
| + 'base/touch/axis.h', |
| + 'base/touch/multi_touch_device.cc', |
| + 'base/touch/multi_touch_device.h', |
| + 'base/touch/multi_touch_device_x11.cc', |
| + 'base/touch/multi_touch_device_x11.h', |
| 'base/touch/touch_factory.cc', |
| 'base/touch/touch_factory.h', |
| - 'base/ui_base_exports.cc', |
| + 'base/ui_base_exports.cc', |
|
rjkroege
2012/04/02 17:05:15
unnecessary
|
| 'base/ui_base_paths.cc', |
| 'base/ui_base_paths.h', |
| 'base/ui_base_switches.cc', |
| @@ -404,6 +412,9 @@ |
| 'gfx/native_theme_aura.h', |
| ] |
| }], |
| + ['use_utouch==1', { |
| + 'defines' : ['USE_UTOUCH'], |
| + }], |
| ['use_aura==1 and OS=="win"', { |
| 'sources/': [ |
| ['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'], |