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_aurax11.cc', |
146 'base/dragdrop/os_exchange_data_provider_aura.h', | 147 'base/dragdrop/os_exchange_data_provider_aurax11.h', |
| 148 'base/dragdrop/os_exchange_data_provider_chromeos.cc', |
| 149 'base/dragdrop/os_exchange_data_provider_chromeos.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 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
624 'base/x/selection_owner.cc', | 627 'base/x/selection_owner.cc', |
625 'base/x/selection_owner.h', | 628 'base/x/selection_owner.h', |
626 'base/x/selection_requestor.cc', | 629 'base/x/selection_requestor.cc', |
627 'base/x/selection_requestor.h', | 630 'base/x/selection_requestor.h', |
628 'base/x/selection_utils.cc', | 631 'base/x/selection_utils.cc', |
629 'base/x/selection_utils.h', | 632 'base/x/selection_utils.h', |
630 ] | 633 ] |
631 }], | 634 }], |
632 ['use_aura==1 and OS=="win"', { | 635 ['use_aura==1 and OS=="win"', { |
633 'sources/': [ | 636 'sources/': [ |
634 ['exclude', 'base/dragdrop/os_exchange_data_provider_aura.cc'], | |
635 ['exclude', 'base/dragdrop/drag_utils_aura.cc'], | 637 ['exclude', 'base/dragdrop/drag_utils_aura.cc'], |
636 ], | 638 ], |
637 }], | 639 }], |
638 ['use_aura==0 and toolkit_views==0', { | 640 ['use_aura==0 and toolkit_views==0', { |
639 'sources/': [ | 641 'sources/': [ |
640 ['exclude', '^base/gestures/*'], | 642 ['exclude', '^base/gestures/*'], |
641 ] | 643 ] |
642 }], | 644 }], |
643 ['use_glib == 1', { | 645 ['use_glib == 1', { |
644 'dependencies': [ | 646 'dependencies': [ |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
680 'gfx/image/cairo_cached_surface.cc', | 682 'gfx/image/cairo_cached_surface.cc', |
681 'gfx/image/cairo_cached_surface.h', | 683 'gfx/image/cairo_cached_surface.h', |
682 ], | 684 ], |
683 }], | 685 }], |
684 ['chromeos==1', { | 686 ['chromeos==1', { |
685 'sources': [ | 687 'sources': [ |
686 'base/touch/touch_device_aurax11.cc', | 688 'base/touch/touch_device_aurax11.cc', |
687 ], | 689 ], |
688 'sources!': [ | 690 'sources!': [ |
689 'base/clipboard/clipboard_aurax11.cc', | 691 'base/clipboard/clipboard_aurax11.cc', |
| 692 'base/dragdrop/os_exchange_data_provider_aurax11.cc', |
690 'base/touch/touch_device.cc', | 693 'base/touch/touch_device.cc', |
691 ], | 694 ], |
692 }], | 695 }], |
693 ['OS=="win"', { | 696 ['OS=="win"', { |
694 'sources': [ | 697 'sources': [ |
695 'gfx/gdi_util.cc', | 698 'gfx/gdi_util.cc', |
696 'gfx/gdi_util.h', | 699 'gfx/gdi_util.h', |
697 'gfx/icon_util.cc', | 700 'gfx/icon_util.cc', |
698 'gfx/icon_util.h', | 701 'gfx/icon_util.h', |
699 ], | 702 ], |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
975 'xcode_settings': { | 978 'xcode_settings': { |
976 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 979 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
977 }, | 980 }, |
978 }], | 981 }], |
979 ], | 982 ], |
980 }, | 983 }, |
981 ], | 984 ], |
982 }], | 985 }], |
983 ], | 986 ], |
984 } | 987 } |
OLD | NEW |