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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 'base/cursor/cursor_loader_x11.h', | 142 'base/cursor/cursor_loader_x11.h', |
143 'base/cursor/cursor_win.cc', | 143 'base/cursor/cursor_win.cc', |
144 'base/cursor/cursor_x11.cc', | 144 'base/cursor/cursor_x11.cc', |
145 'base/cursor/cursors_aura.cc', | 145 'base/cursor/cursors_aura.cc', |
146 'base/cursor/cursors_aura.h', | 146 'base/cursor/cursors_aura.h', |
147 'base/default_theme_provider.cc', | 147 'base/default_theme_provider.cc', |
148 'base/default_theme_provider.h', | 148 'base/default_theme_provider.h', |
149 'base/default_theme_provider_mac.mm', | 149 'base/default_theme_provider_mac.mm', |
150 'base/dragdrop/cocoa_dnd_util.h', | 150 'base/dragdrop/cocoa_dnd_util.h', |
151 'base/dragdrop/cocoa_dnd_util.mm', | 151 'base/dragdrop/cocoa_dnd_util.mm', |
152 'base/dragdrop/desktop_selection_provider_aurax11.h', | |
153 'base/dragdrop/drag_drop_types.h', | 152 'base/dragdrop/drag_drop_types.h', |
154 'base/dragdrop/drag_drop_types_win.cc', | 153 'base/dragdrop/drag_drop_types_win.cc', |
155 'base/dragdrop/drag_source_win.cc', | 154 'base/dragdrop/drag_source_win.cc', |
156 'base/dragdrop/drag_source_win.h', | 155 'base/dragdrop/drag_source_win.h', |
157 'base/dragdrop/drag_utils.cc', | 156 'base/dragdrop/drag_utils.cc', |
158 'base/dragdrop/drag_utils.h', | 157 'base/dragdrop/drag_utils.h', |
159 'base/dragdrop/drag_utils_aura.cc', | 158 'base/dragdrop/drag_utils_aura.cc', |
160 'base/dragdrop/drag_utils_win.cc', | 159 'base/dragdrop/drag_utils_win.cc', |
161 'base/dragdrop/drop_target_win.cc', | 160 'base/dragdrop/drop_target_win.cc', |
162 'base/dragdrop/drop_target_win.h', | 161 'base/dragdrop/drop_target_win.h', |
(...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1020 'xcode_settings': { | 1019 'xcode_settings': { |
1021 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1020 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
1022 }, | 1021 }, |
1023 }], | 1022 }], |
1024 ], | 1023 ], |
1025 }, | 1024 }, |
1026 ], | 1025 ], |
1027 }], | 1026 }], |
1028 ], | 1027 ], |
1029 } | 1028 } |
OLD | NEW |