| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 'base/cursor/cursor_loader_null.h', | 125 'base/cursor/cursor_loader_null.h', |
| 126 'base/cursor/cursor_loader_win.cc', | 126 'base/cursor/cursor_loader_win.cc', |
| 127 'base/cursor/cursor_null.cc', | 127 'base/cursor/cursor_null.cc', |
| 128 'base/cursor/cursor_loader_win.h', | 128 'base/cursor/cursor_loader_win.h', |
| 129 'base/cursor/cursor_loader_x11.cc', | 129 'base/cursor/cursor_loader_x11.cc', |
| 130 'base/cursor/cursor_loader_x11.h', | 130 'base/cursor/cursor_loader_x11.h', |
| 131 'base/cursor/cursor_win.cc', | 131 'base/cursor/cursor_win.cc', |
| 132 'base/cursor/cursor_x11.cc', | 132 'base/cursor/cursor_x11.cc', |
| 133 'base/cursor/cursors_aura.cc', | 133 'base/cursor/cursors_aura.cc', |
| 134 'base/cursor/cursors_aura.h', | 134 'base/cursor/cursors_aura.h', |
| 135 'base/default_theme_provider.cc', |
| 136 'base/default_theme_provider.h', |
| 137 'base/default_theme_provider_mac.mm', |
| 135 'base/dragdrop/cocoa_dnd_util.h', | 138 'base/dragdrop/cocoa_dnd_util.h', |
| 136 'base/dragdrop/cocoa_dnd_util.mm', | 139 'base/dragdrop/cocoa_dnd_util.mm', |
| 137 'base/dragdrop/desktop_selection_provider_aurax11.h', | 140 'base/dragdrop/desktop_selection_provider_aurax11.h', |
| 138 'base/dragdrop/drag_drop_types.h', | 141 'base/dragdrop/drag_drop_types.h', |
| 139 'base/dragdrop/drag_drop_types_win.cc', | 142 'base/dragdrop/drag_drop_types_win.cc', |
| 140 'base/dragdrop/drag_source_win.cc', | 143 'base/dragdrop/drag_source_win.cc', |
| 141 'base/dragdrop/drag_source_win.h', | 144 'base/dragdrop/drag_source_win.h', |
| 142 'base/dragdrop/drag_utils.cc', | 145 'base/dragdrop/drag_utils.cc', |
| 143 'base/dragdrop/drag_utils.h', | 146 'base/dragdrop/drag_utils.h', |
| 144 'base/dragdrop/drag_utils_aura.cc', | 147 'base/dragdrop/drag_utils_aura.cc', |
| (...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 998 'xcode_settings': { | 1001 'xcode_settings': { |
| 999 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1002 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
| 1000 }, | 1003 }, |
| 1001 }], | 1004 }], |
| 1002 ], | 1005 ], |
| 1003 }, | 1006 }, |
| 1004 ], | 1007 ], |
| 1005 }], | 1008 }], |
| 1006 ], | 1009 ], |
| 1007 } | 1010 } |
| OLD | NEW |