Chromium Code Reviews| Index: views/views.gyp |
| diff --git a/views/views.gyp b/views/views.gyp |
| index c5f0eda0f0d90f8a96e2a451c094c4a9917f9ff4..896f75393312cd874898f2111f132226e7089b27 100644 |
| --- a/views/views.gyp |
| +++ b/views/views.gyp |
| @@ -417,6 +417,10 @@ |
| 'dependencies': [ |
| '../aura/aura.gyp:aura', |
| ], |
| + 'sources/': [ |
| + ['exclude', '_(gtk|x)\\.cc$'], |
| + ['exclude', '/(gtk|x)_[^/]*\\.cc$'], |
| + ], |
| 'sources!': [ |
| 'controls/menu/menu_2.cc', |
| 'controls/menu/menu_2.h', |
| @@ -436,6 +440,8 @@ |
| 'controls/table/table_view_observer.h', |
| 'controls/tree/tree_view.cc', |
| 'controls/tree/tree_view.h', |
| + 'focus/accelerator_handler_aura.cc', |
| + 'focus/accelerator_handler_touch.cc', |
| 'widget/aero_tooltip_manager.cc', |
| 'widget/aero_tooltip_manager.h', |
| 'widget/child_window_message_processor.cc', |
| @@ -449,6 +455,10 @@ |
| ['include', 'controls/menu/menu_separator_win.cc'], |
| ['include', 'drag_utils_win.cc'], |
| ], |
| + }, { |
| + 'sources': [ |
| + 'drag_utils_linux.cc', |
|
sky
2011/09/06 15:00:51
List this above with all files.
sadrul
2011/09/06 15:41:42
Done.
|
| + ], |
| }], |
| ], |
| }], |
| @@ -842,6 +852,7 @@ |
| 'target_name': 'views_aura_desktop', |
| 'type': 'executable', |
| 'dependencies': [ |
| + '../aura/aura.gyp:aura', |
| '../base/base.gyp:base', |
| '../base/base.gyp:base_i18n', |
| '../skia/skia.gyp:skia', |