| 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 # This gyp file creates a fake target that is used to generate a minimal Xcode | 5 # This gyp file creates a fake target that is used to generate a minimal Xcode |
| 6 # project, useful for editing XIB files. | 6 # project, useful for editing XIB files. |
| 7 # | 7 # |
| 8 # The sole target is called "chrome_nibs" and its sources are the minimum | 8 # The sole target is called "chrome_nibs" and its sources are the minimum |
| 9 # dependency set for all of the classes referred to by XIB files. If you are | 9 # dependency set for all of the classes referred to by XIB files. If you are |
| 10 # editing or adding a new XIB file, ensure that any classes to which you refer | 10 # editing or adding a new XIB file, ensure that any classes to which you refer |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 'browser/ui/cocoa/gradient_button_cell.h', | 156 'browser/ui/cocoa/gradient_button_cell.h', |
| 157 'browser/ui/cocoa/gradient_button_cell.mm', | 157 'browser/ui/cocoa/gradient_button_cell.mm', |
| 158 'browser/ui/cocoa/hover_close_button.h', | 158 'browser/ui/cocoa/hover_close_button.h', |
| 159 'browser/ui/cocoa/hover_close_button.mm', | 159 'browser/ui/cocoa/hover_close_button.mm', |
| 160 'browser/ui/cocoa/hung_renderer_controller.h', | 160 'browser/ui/cocoa/hung_renderer_controller.h', |
| 161 'browser/ui/cocoa/hung_renderer_controller.mm', | 161 'browser/ui/cocoa/hung_renderer_controller.mm', |
| 162 'browser/ui/cocoa/hyperlink_button_cell.h', | 162 'browser/ui/cocoa/hyperlink_button_cell.h', |
| 163 'browser/ui/cocoa/hyperlink_button_cell.mm', | 163 'browser/ui/cocoa/hyperlink_button_cell.mm', |
| 164 'browser/ui/cocoa/image_button_cell.h', | 164 'browser/ui/cocoa/image_button_cell.h', |
| 165 'browser/ui/cocoa/image_button_cell.mm', | 165 'browser/ui/cocoa/image_button_cell.mm', |
| 166 'browser/ui/cocoa/importer/import_progress_dialog_cocoa.h', | |
| 167 'browser/ui/cocoa/importer/import_progress_dialog_cocoa.mm', | |
| 168 'browser/ui/cocoa/info_bubble_view.h', | 166 'browser/ui/cocoa/info_bubble_view.h', |
| 169 'browser/ui/cocoa/info_bubble_view.mm', | 167 'browser/ui/cocoa/info_bubble_view.mm', |
| 170 'browser/ui/cocoa/info_bubble_window.h', | 168 'browser/ui/cocoa/info_bubble_window.h', |
| 171 'browser/ui/cocoa/info_bubble_window.mm', | 169 'browser/ui/cocoa/info_bubble_window.mm', |
| 172 'browser/ui/cocoa/infobars/after_translate_infobar_controller.h', | 170 'browser/ui/cocoa/infobars/after_translate_infobar_controller.h', |
| 173 'browser/ui/cocoa/infobars/after_translate_infobar_controller.mm', | 171 'browser/ui/cocoa/infobars/after_translate_infobar_controller.mm', |
| 174 'browser/ui/cocoa/infobars/alternate_nav_infobar_controller.h', | 172 'browser/ui/cocoa/infobars/alternate_nav_infobar_controller.h', |
| 175 'browser/ui/cocoa/infobars/alternate_nav_infobar_controller.mm', | 173 'browser/ui/cocoa/infobars/alternate_nav_infobar_controller.mm', |
| 176 'browser/ui/cocoa/infobars/before_translate_infobar_controller.h', | 174 'browser/ui/cocoa/infobars/before_translate_infobar_controller.h', |
| 177 'browser/ui/cocoa/infobars/before_translate_infobar_controller.mm', | 175 'browser/ui/cocoa/infobars/before_translate_infobar_controller.mm', |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm', | 263 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm', |
| 266 'browser/ui/cocoa/panels/panel_window_controller_cocoa.h', | 264 'browser/ui/cocoa/panels/panel_window_controller_cocoa.h', |
| 267 'browser/ui/cocoa/panels/panel_window_controller_cocoa.mm', | 265 'browser/ui/cocoa/panels/panel_window_controller_cocoa.mm', |
| 268 ], | 266 ], |
| 269 'mac_bundle_resources': [ | 267 'mac_bundle_resources': [ |
| 270 '<@(mac_all_xibs)', | 268 '<@(mac_all_xibs)', |
| 271 ], | 269 ], |
| 272 }, # target chrome_xibs | 270 }, # target chrome_xibs |
| 273 ], # targets | 271 ], # targets |
| 274 } | 272 } |
| OLD | NEW |