| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 'base/clipboard/custom_data_helper.h', | 94 'base/clipboard/custom_data_helper.h', |
| 95 'base/clipboard/custom_data_helper_linux.cc', | 95 'base/clipboard/custom_data_helper_linux.cc', |
| 96 'base/clipboard/custom_data_helper_mac.mm', | 96 'base/clipboard/custom_data_helper_mac.mm', |
| 97 'base/clipboard/scoped_clipboard_writer.cc', | 97 'base/clipboard/scoped_clipboard_writer.cc', |
| 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', | |
| 105 'base/cocoa/controls/hover_image_menu_button.mm', | |
| 106 'base/cocoa/controls/hover_image_menu_button_cell.h', | |
| 107 'base/cocoa/controls/hover_image_menu_button_cell.mm', | |
| 108 'base/cocoa/events_mac.mm', | 104 'base/cocoa/events_mac.mm', |
| 109 'base/cocoa/find_pasteboard.h', | 105 'base/cocoa/find_pasteboard.h', |
| 110 'base/cocoa/find_pasteboard.mm', | 106 'base/cocoa/find_pasteboard.mm', |
| 111 'base/cocoa/flipped_view.h', | 107 'base/cocoa/flipped_view.h', |
| 112 'base/cocoa/flipped_view.mm', | 108 'base/cocoa/flipped_view.mm', |
| 113 'base/cocoa/focus_tracker.h', | 109 'base/cocoa/focus_tracker.h', |
| 114 'base/cocoa/focus_tracker.mm', | 110 'base/cocoa/focus_tracker.mm', |
| 115 'base/cocoa/focus_window_set.h', | 111 'base/cocoa/focus_window_set.h', |
| 116 'base/cocoa/focus_window_set.mm', | 112 'base/cocoa/focus_window_set.mm', |
| 117 'base/cocoa/fullscreen_window_manager.h', | 113 'base/cocoa/fullscreen_window_manager.h', |
| (...skipping 906 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1024 'xcode_settings': { | 1020 'xcode_settings': { |
| 1025 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1021 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
| 1026 }, | 1022 }, |
| 1027 }], | 1023 }], |
| 1028 ], | 1024 ], |
| 1029 }, | 1025 }, |
| 1030 ], | 1026 ], |
| 1031 }], | 1027 }], |
| 1032 ], | 1028 ], |
| 1033 } | 1029 } |
| OLD | NEW |