| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 'base/clipboard/scoped_clipboard_writer.h', | 98 'base/clipboard/scoped_clipboard_writer.h', |
| 99 'base/cocoa/animation_utils.h', | 99 'base/cocoa/animation_utils.h', |
| 100 'base/cocoa/base_view.h', | 100 'base/cocoa/base_view.h', |
| 101 'base/cocoa/base_view.mm', | 101 'base/cocoa/base_view.mm', |
| 102 'base/cocoa/cocoa_event_utils.h', | 102 'base/cocoa/cocoa_event_utils.h', |
| 103 'base/cocoa/cocoa_event_utils.mm', | 103 'base/cocoa/cocoa_event_utils.mm', |
| 104 'base/cocoa/controls/hover_image_menu_button.h', | 104 'base/cocoa/controls/hover_image_menu_button.h', |
| 105 'base/cocoa/controls/hover_image_menu_button.mm', | 105 'base/cocoa/controls/hover_image_menu_button.mm', |
| 106 'base/cocoa/controls/hover_image_menu_button_cell.h', | 106 'base/cocoa/controls/hover_image_menu_button_cell.h', |
| 107 'base/cocoa/controls/hover_image_menu_button_cell.mm', | 107 'base/cocoa/controls/hover_image_menu_button_cell.mm', |
| 108 'base/cocoa/controls/hyperlink_button_cell.h', |
| 109 'base/cocoa/controls/hyperlink_button_cell.mm', |
| 108 'base/cocoa/events_mac.mm', | 110 'base/cocoa/events_mac.mm', |
| 109 'base/cocoa/find_pasteboard.h', | 111 'base/cocoa/find_pasteboard.h', |
| 110 'base/cocoa/find_pasteboard.mm', | 112 'base/cocoa/find_pasteboard.mm', |
| 111 'base/cocoa/flipped_view.h', | 113 'base/cocoa/flipped_view.h', |
| 112 'base/cocoa/flipped_view.mm', | 114 'base/cocoa/flipped_view.mm', |
| 113 'base/cocoa/focus_tracker.h', | 115 'base/cocoa/focus_tracker.h', |
| 114 'base/cocoa/focus_tracker.mm', | 116 'base/cocoa/focus_tracker.mm', |
| 115 'base/cocoa/focus_window_set.h', | 117 'base/cocoa/focus_window_set.h', |
| 116 'base/cocoa/focus_window_set.mm', | 118 'base/cocoa/focus_window_set.mm', |
| 117 'base/cocoa/fullscreen_window_manager.h', | 119 'base/cocoa/fullscreen_window_manager.h', |
| (...skipping 913 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1031 'xcode_settings': { | 1033 'xcode_settings': { |
| 1032 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1034 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
| 1033 }, | 1035 }, |
| 1034 }], | 1036 }], |
| 1035 ], | 1037 ], |
| 1036 }, | 1038 }, |
| 1037 ], | 1039 ], |
| 1038 }], | 1040 }], |
| 1039 ], | 1041 ], |
| 1040 } | 1042 } |
| OLD | NEW |