| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 'base/dragdrop/cocoa_dnd_util.h', | 144 'base/dragdrop/cocoa_dnd_util.h', |
| 145 'base/dragdrop/cocoa_dnd_util.mm', | 145 'base/dragdrop/cocoa_dnd_util.mm', |
| 146 'base/dragdrop/drag_drop_types.h', | 146 'base/dragdrop/drag_drop_types.h', |
| 147 'base/dragdrop/drag_drop_types_win.cc', | 147 'base/dragdrop/drag_drop_types_win.cc', |
| 148 'base/dragdrop/drag_source_win.cc', | 148 'base/dragdrop/drag_source_win.cc', |
| 149 'base/dragdrop/drag_source_win.h', | 149 'base/dragdrop/drag_source_win.h', |
| 150 'base/dragdrop/drag_utils.cc', | 150 'base/dragdrop/drag_utils.cc', |
| 151 'base/dragdrop/drag_utils.h', | 151 'base/dragdrop/drag_utils.h', |
| 152 'base/dragdrop/drag_utils_aura.cc', | 152 'base/dragdrop/drag_utils_aura.cc', |
| 153 'base/dragdrop/drag_utils_win.cc', | 153 'base/dragdrop/drag_utils_win.cc', |
| 154 'base/dragdrop/drop_target_event.cc', |
| 155 'base/dragdrop/drop_target_event.h', |
| 154 'base/dragdrop/drop_target_win.cc', | 156 'base/dragdrop/drop_target_win.cc', |
| 155 'base/dragdrop/drop_target_win.h', | 157 'base/dragdrop/drop_target_win.h', |
| 156 'base/dragdrop/gtk_dnd_util.cc', | 158 'base/dragdrop/gtk_dnd_util.cc', |
| 157 'base/dragdrop/gtk_dnd_util.h', | 159 'base/dragdrop/gtk_dnd_util.h', |
| 158 'base/dragdrop/os_exchange_data.cc', | 160 'base/dragdrop/os_exchange_data.cc', |
| 159 'base/dragdrop/os_exchange_data.h', | 161 'base/dragdrop/os_exchange_data.h', |
| 160 'base/dragdrop/os_exchange_data_provider_aurax11.cc', | 162 'base/dragdrop/os_exchange_data_provider_aurax11.cc', |
| 161 'base/dragdrop/os_exchange_data_provider_aurax11.h', | 163 'base/dragdrop/os_exchange_data_provider_aurax11.h', |
| 162 'base/dragdrop/os_exchange_data_provider_aura.cc', | 164 'base/dragdrop/os_exchange_data_provider_aura.cc', |
| 163 'base/dragdrop/os_exchange_data_provider_aura.h', | 165 'base/dragdrop/os_exchange_data_provider_aura.h', |
| (...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 880 ['use_ozone==0', { | 882 ['use_ozone==0', { |
| 881 'sources!': [ | 883 'sources!': [ |
| 882 'base/cursor/cursor_null.cc', | 884 'base/cursor/cursor_null.cc', |
| 883 'base/cursor/cursor_loader_null.cc', | 885 'base/cursor/cursor_loader_null.cc', |
| 884 'base/cursor/cursor_loader_null.h', | 886 'base/cursor/cursor_loader_null.h', |
| 885 ], | 887 ], |
| 886 }], | 888 }], |
| 887 ['toolkit_views==0', { | 889 ['toolkit_views==0', { |
| 888 'sources!': [ | 890 'sources!': [ |
| 889 'base/x/events_x.cc', | 891 'base/x/events_x.cc', |
| 892 'base/dragdrop/drop_target_event.cc', |
| 893 'base/dragdrop/drop_target_event.h', |
| 890 'events/event.cc', | 894 'events/event.cc', |
| 891 'events/event.h', | 895 'events/event.h', |
| 892 'events/event_dispatcher.cc', | 896 'events/event_dispatcher.cc', |
| 893 'events/event_dispatcher.h', | 897 'events/event_dispatcher.h', |
| 894 'events/event_handler.cc', | 898 'events/event_handler.cc', |
| 895 'events/event_handler.h', | 899 'events/event_handler.h', |
| 896 'events/event_target.cc', | 900 'events/event_target.cc', |
| 897 'events/event_target.h', | 901 'events/event_target.h', |
| 898 ], | 902 ], |
| 899 }], | 903 }], |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1097 'xcode_settings': { | 1101 'xcode_settings': { |
| 1098 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1102 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
| 1099 }, | 1103 }, |
| 1100 }], | 1104 }], |
| 1101 ], | 1105 ], |
| 1102 }, | 1106 }, |
| 1103 ], | 1107 ], |
| 1104 }], | 1108 }], |
| 1105 ], | 1109 ], |
| 1106 } | 1110 } |
| OLD | NEW |