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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
121 'base/cursor/cursor_loader_win.cc', | 121 'base/cursor/cursor_loader_win.cc', |
122 'base/cursor/cursor_loader_win.h', | 122 'base/cursor/cursor_loader_win.h', |
123 'base/cursor/cursor_loader_x11.cc', | 123 'base/cursor/cursor_loader_x11.cc', |
124 'base/cursor/cursor_loader_x11.h', | 124 'base/cursor/cursor_loader_x11.h', |
125 'base/cursor/cursor_win.cc', | 125 'base/cursor/cursor_win.cc', |
126 'base/cursor/cursor_x11.cc', | 126 'base/cursor/cursor_x11.cc', |
127 'base/cursor/cursors_aura.cc', | 127 'base/cursor/cursors_aura.cc', |
128 'base/cursor/cursors_aura.h', | 128 'base/cursor/cursors_aura.h', |
129 'base/dragdrop/cocoa_dnd_util.h', | 129 'base/dragdrop/cocoa_dnd_util.h', |
130 'base/dragdrop/cocoa_dnd_util.mm', | 130 'base/dragdrop/cocoa_dnd_util.mm', |
131 'base/dragdrop/desktop_selection_provider_aurax11.h', | |
131 'base/dragdrop/drag_drop_types.h', | 132 'base/dragdrop/drag_drop_types.h', |
132 'base/dragdrop/drag_drop_types_win.cc', | 133 'base/dragdrop/drag_drop_types_win.cc', |
133 'base/dragdrop/drag_source_win.cc', | 134 'base/dragdrop/drag_source_win.cc', |
134 'base/dragdrop/drag_source_win.h', | 135 'base/dragdrop/drag_source_win.h', |
135 'base/dragdrop/drag_utils.cc', | 136 'base/dragdrop/drag_utils.cc', |
136 'base/dragdrop/drag_utils.h', | 137 'base/dragdrop/drag_utils.h', |
137 'base/dragdrop/drag_utils_aura.cc', | 138 'base/dragdrop/drag_utils_aura.cc', |
138 'base/dragdrop/drag_utils_win.cc', | 139 'base/dragdrop/drag_utils_win.cc', |
139 'base/dragdrop/drop_target_win.cc', | 140 'base/dragdrop/drop_target_win.cc', |
140 'base/dragdrop/drop_target_win.h', | 141 'base/dragdrop/drop_target_win.h', |
141 'base/dragdrop/gtk_dnd_util.cc', | 142 'base/dragdrop/gtk_dnd_util.cc', |
142 'base/dragdrop/gtk_dnd_util.h', | 143 'base/dragdrop/gtk_dnd_util.h', |
143 'base/dragdrop/os_exchange_data.cc', | 144 'base/dragdrop/os_exchange_data.cc', |
144 'base/dragdrop/os_exchange_data.h', | 145 'base/dragdrop/os_exchange_data.h', |
145 'base/dragdrop/os_exchange_data_provider_aura.cc', | 146 'base/dragdrop/os_exchange_data_provider_chromeos.cc', |
146 'base/dragdrop/os_exchange_data_provider_aura.h', | 147 'base/dragdrop/os_exchange_data_provider_chromeos.h', |
148 'base/dragdrop/os_exchange_data_provider_aurax11.cc', | |
sky
2013/04/12 20:12:11
nit: sort
| |
149 'base/dragdrop/os_exchange_data_provider_aurax11.h', | |
147 'base/dragdrop/os_exchange_data_provider_win.cc', | 150 'base/dragdrop/os_exchange_data_provider_win.cc', |
148 'base/dragdrop/os_exchange_data_provider_win.h', | 151 'base/dragdrop/os_exchange_data_provider_win.h', |
149 'base/events/event.cc', | 152 'base/events/event.cc', |
150 'base/events/event.h', | 153 'base/events/event.h', |
151 'base/events/event_constants.h', | 154 'base/events/event_constants.h', |
152 'base/events/event_conversion_gtk.cc', | 155 'base/events/event_conversion_gtk.cc', |
153 'base/events/event_conversion_gtk.h', | 156 'base/events/event_conversion_gtk.h', |
154 'base/events/event_dispatcher.cc', | 157 'base/events/event_dispatcher.cc', |
155 'base/events/event_dispatcher.h', | 158 'base/events/event_dispatcher.h', |
156 'base/events/event_handler.cc', | 159 'base/events/event_handler.cc', |
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
622 'base/x/selection_owner.cc', | 625 'base/x/selection_owner.cc', |
623 'base/x/selection_owner.h', | 626 'base/x/selection_owner.h', |
624 'base/x/selection_requestor.cc', | 627 'base/x/selection_requestor.cc', |
625 'base/x/selection_requestor.h', | 628 'base/x/selection_requestor.h', |
626 'base/x/selection_utils.cc', | 629 'base/x/selection_utils.cc', |
627 'base/x/selection_utils.h', | 630 'base/x/selection_utils.h', |
628 ] | 631 ] |
629 }], | 632 }], |
630 ['use_aura==1 and OS=="win"', { | 633 ['use_aura==1 and OS=="win"', { |
631 'sources/': [ | 634 'sources/': [ |
632 ['exclude', 'base/dragdrop/os_exchange_data_provider_aura.cc'], | |
633 ['exclude', 'base/dragdrop/drag_utils_aura.cc'], | 635 ['exclude', 'base/dragdrop/drag_utils_aura.cc'], |
634 ], | 636 ], |
635 }], | 637 }], |
636 ['use_aura==0 and toolkit_views==0', { | 638 ['use_aura==0 and toolkit_views==0', { |
637 'sources/': [ | 639 'sources/': [ |
638 ['exclude', '^base/gestures/*'], | 640 ['exclude', '^base/gestures/*'], |
639 ] | 641 ] |
640 }], | 642 }], |
641 ['use_glib == 1', { | 643 ['use_glib == 1', { |
642 'dependencies': [ | 644 'dependencies': [ |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
678 'gfx/image/cairo_cached_surface.cc', | 680 'gfx/image/cairo_cached_surface.cc', |
679 'gfx/image/cairo_cached_surface.h', | 681 'gfx/image/cairo_cached_surface.h', |
680 ], | 682 ], |
681 }], | 683 }], |
682 ['chromeos==1', { | 684 ['chromeos==1', { |
683 'sources': [ | 685 'sources': [ |
684 'base/touch/touch_device_aurax11.cc', | 686 'base/touch/touch_device_aurax11.cc', |
685 ], | 687 ], |
686 'sources!': [ | 688 'sources!': [ |
687 'base/clipboard/clipboard_aurax11.cc', | 689 'base/clipboard/clipboard_aurax11.cc', |
690 'base/dragdrop/os_exchange_data_provider_aurax11.cc', | |
688 'base/touch/touch_device.cc', | 691 'base/touch/touch_device.cc', |
689 ], | 692 ], |
690 }], | 693 }], |
691 ['OS=="win"', { | 694 ['OS=="win"', { |
692 'sources': [ | 695 'sources': [ |
693 'gfx/gdi_util.cc', | 696 'gfx/gdi_util.cc', |
694 'gfx/gdi_util.h', | 697 'gfx/gdi_util.h', |
695 'gfx/icon_util.cc', | 698 'gfx/icon_util.cc', |
696 'gfx/icon_util.h', | 699 'gfx/icon_util.h', |
697 ], | 700 ], |
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
971 'xcode_settings': { | 974 'xcode_settings': { |
972 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 975 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
973 }, | 976 }, |
974 }], | 977 }], |
975 ], | 978 ], |
976 }, | 979 }, |
977 ], | 980 ], |
978 }], | 981 }], |
979 ], | 982 ], |
980 } | 983 } |
OLD | NEW |