| 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 'browser/ui/cocoa/one_click_signin_view_controller.h', | 214 'browser/ui/cocoa/one_click_signin_view_controller.h', |
| 215 'browser/ui/cocoa/one_click_signin_view_controller.mm', | 215 'browser/ui/cocoa/one_click_signin_view_controller.mm', |
| 216 'browser/ui/cocoa/speech_recognition_window_controller.h', | 216 'browser/ui/cocoa/speech_recognition_window_controller.h', |
| 217 'browser/ui/cocoa/speech_recognition_window_controller.mm', | 217 'browser/ui/cocoa/speech_recognition_window_controller.mm', |
| 218 'browser/ui/cocoa/status_bubble_mac.h', | 218 'browser/ui/cocoa/status_bubble_mac.h', |
| 219 'browser/ui/cocoa/status_bubble_mac.mm', | 219 'browser/ui/cocoa/status_bubble_mac.mm', |
| 220 'browser/ui/cocoa/styled_text_field.h', | 220 'browser/ui/cocoa/styled_text_field.h', |
| 221 'browser/ui/cocoa/styled_text_field.mm', | 221 'browser/ui/cocoa/styled_text_field.mm', |
| 222 'browser/ui/cocoa/styled_text_field_cell.h', | 222 'browser/ui/cocoa/styled_text_field_cell.h', |
| 223 'browser/ui/cocoa/styled_text_field_cell.mm', | 223 'browser/ui/cocoa/styled_text_field_cell.mm', |
| 224 'browser/ui/cocoa/tab_contents/previewable_contents_controller.h', | 224 'browser/ui/cocoa/tab_contents/overlayable_contents_controller.h', |
| 225 'browser/ui/cocoa/tab_contents/previewable_contents_controller.mm', | 225 'browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm', |
| 226 'browser/ui/cocoa/tab_contents/sad_tab_controller.h', | 226 'browser/ui/cocoa/tab_contents/sad_tab_controller.h', |
| 227 'browser/ui/cocoa/tab_contents/sad_tab_controller.mm', | 227 'browser/ui/cocoa/tab_contents/sad_tab_controller.mm', |
| 228 'browser/ui/cocoa/tab_contents/sad_tab_view.h', | 228 'browser/ui/cocoa/tab_contents/sad_tab_view.h', |
| 229 'browser/ui/cocoa/tab_contents/sad_tab_view.mm', | 229 'browser/ui/cocoa/tab_contents/sad_tab_view.mm', |
| 230 'browser/ui/cocoa/tabs/tab_controller.h', | 230 'browser/ui/cocoa/tabs/tab_controller.h', |
| 231 'browser/ui/cocoa/tabs/tab_controller.mm', | 231 'browser/ui/cocoa/tabs/tab_controller.mm', |
| 232 'browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.h', | 232 'browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.h', |
| 233 'browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.mm', | 233 'browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.mm', |
| 234 'browser/ui/cocoa/tabs/tab_strip_view.h', | 234 'browser/ui/cocoa/tabs/tab_strip_view.h', |
| 235 'browser/ui/cocoa/tabs/tab_strip_view.mm', | 235 'browser/ui/cocoa/tabs/tab_strip_view.mm', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 263 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm', | 263 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm', |
| 264 'browser/ui/cocoa/panels/panel_window_controller_cocoa.h', | 264 'browser/ui/cocoa/panels/panel_window_controller_cocoa.h', |
| 265 'browser/ui/cocoa/panels/panel_window_controller_cocoa.mm', | 265 'browser/ui/cocoa/panels/panel_window_controller_cocoa.mm', |
| 266 ], | 266 ], |
| 267 'mac_bundle_resources': [ | 267 'mac_bundle_resources': [ |
| 268 '<@(mac_all_xibs)', | 268 '<@(mac_all_xibs)', |
| 269 ], | 269 ], |
| 270 }, # target chrome_xibs | 270 }, # target chrome_xibs |
| 271 ], # targets | 271 ], # targets |
| 272 } | 272 } |
| OLD | NEW |