OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 'shell_dialogs.gypi', | 10 'shell_dialogs.gypi', |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 'base/l10n/l10n_util_android.cc', | 232 'base/l10n/l10n_util_android.cc', |
233 'base/l10n/l10n_util_collator.h', | 233 'base/l10n/l10n_util_collator.h', |
234 'base/l10n/l10n_util_mac.h', | 234 'base/l10n/l10n_util_mac.h', |
235 'base/l10n/l10n_util_mac.mm', | 235 'base/l10n/l10n_util_mac.mm', |
236 'base/l10n/l10n_util_posix.cc', | 236 'base/l10n/l10n_util_posix.cc', |
237 'base/l10n/l10n_util_win.cc', | 237 'base/l10n/l10n_util_win.cc', |
238 'base/l10n/l10n_util_win.h', | 238 'base/l10n/l10n_util_win.h', |
239 'base/layout.cc', | 239 'base/layout.cc', |
240 'base/layout.h', | 240 'base/layout.h', |
241 'base/layout_mac.mm', | 241 'base/layout_mac.mm', |
| 242 'base/linux/event_factory_evdev.cc', |
| 243 'base/linux/event_factory_evdev.h', |
| 244 'base/linux/native_surface_linux_factory.cc', |
| 245 'base/linux/native_surface_linux_factory.h', |
| 246 'base/linux/native_surface_linux_factory_delegate.cc', |
| 247 'base/linux/native_surface_linux_factory_delegate.h', |
| 248 'base/linux/touch_event_from_evdev_converter.cc', |
| 249 'base/linux/touch_event_from_evdev_converter.h', |
242 'base/models/button_menu_item_model.cc', | 250 'base/models/button_menu_item_model.cc', |
243 'base/models/button_menu_item_model.h', | 251 'base/models/button_menu_item_model.h', |
244 'base/models/combobox_model.cc', | 252 'base/models/combobox_model.cc', |
245 'base/models/combobox_model.h', | 253 'base/models/combobox_model.h', |
246 'base/models/list_model.h', | 254 'base/models/list_model.h', |
247 'base/models/list_model_observer.h', | 255 'base/models/list_model_observer.h', |
248 'base/models/list_selection_model.cc', | 256 'base/models/list_selection_model.cc', |
249 'base/models/list_selection_model.h', | 257 'base/models/list_selection_model.h', |
250 'base/models/menu_model.cc', | 258 'base/models/menu_model.cc', |
251 'base/models/menu_model.h', | 259 'base/models/menu_model.h', |
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
811 'sources/': [ | 819 'sources/': [ |
812 ['exclude', 'base/keycodes/keyboard_code_conversion_x.*'], | 820 ['exclude', 'base/keycodes/keyboard_code_conversion_x.*'], |
813 ['exclude', 'base/x/*'], | 821 ['exclude', 'base/x/*'], |
814 ], | 822 ], |
815 }], | 823 }], |
816 ['use_messagepump_linux==0', { | 824 ['use_messagepump_linux==0', { |
817 'sources!': [ | 825 'sources!': [ |
818 'base/cursor/cursor_null.cc', | 826 'base/cursor/cursor_null.cc', |
819 'base/cursor/cursor_loader_null.cc', | 827 'base/cursor/cursor_loader_null.cc', |
820 'base/cursor/cursor_loader_null.h', | 828 'base/cursor/cursor_loader_null.h', |
821 ], | 829 ], |
| 830 }], |
| 831 ['use_native_surface_linux==0', { |
| 832 'sources!': [ |
| 833 'base/linux/event_factory_evdev.cc', |
| 834 'base/linux/event_factory_evdev.h', |
| 835 'base/linux/native_surface_linux_factory.cc', |
| 836 'base/linux/native_surface_linux_factory.h', |
| 837 'base/linux/native_surface_linux_factory_delegate.cc', |
| 838 'base/linux/native_surface_linux_factory_delegate.h', |
| 839 'base/linux/touch_event_from_evdev_converter.cc', |
| 840 'base/linux/touch_event_from_evdev_converter.h', |
| 841 ], |
822 }], | 842 }], |
823 ['toolkit_views==0', { | 843 ['toolkit_views==0', { |
824 'sources!': [ | 844 'sources!': [ |
825 'base/events/event.cc', | 845 'base/events/event.cc', |
826 'base/events/event.h', | 846 'base/events/event.h', |
827 'base/events/event_dispatcher.cc', | 847 'base/events/event_dispatcher.cc', |
828 'base/events/event_dispatcher.h', | 848 'base/events/event_dispatcher.h', |
829 'base/events/event_handler.cc', | 849 'base/events/event_handler.cc', |
830 'base/events/event_handler.h', | 850 'base/events/event_handler.h', |
831 'base/events/event_target.cc', | 851 'base/events/event_target.cc', |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
999 'xcode_settings': { | 1019 'xcode_settings': { |
1000 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1020 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
1001 }, | 1021 }, |
1002 }], | 1022 }], |
1003 ], | 1023 ], |
1004 }, | 1024 }, |
1005 ], | 1025 ], |
1006 }], | 1026 }], |
1007 ], | 1027 ], |
1008 } | 1028 } |
OLD | NEW |