| 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 'browser/ui/cocoa/new_tab_button.h', | 184 'browser/ui/cocoa/new_tab_button.h', |
| 185 'browser/ui/cocoa/new_tab_button.mm', | 185 'browser/ui/cocoa/new_tab_button.mm', |
| 186 'browser/ui/cocoa/nsmenuitem_additions.h', | 186 'browser/ui/cocoa/nsmenuitem_additions.h', |
| 187 'browser/ui/cocoa/nsmenuitem_additions.mm', | 187 'browser/ui/cocoa/nsmenuitem_additions.mm', |
| 188 'browser/ui/cocoa/nsview_additions.h', | 188 'browser/ui/cocoa/nsview_additions.h', |
| 189 'browser/ui/cocoa/nsview_additions.mm', | 189 'browser/ui/cocoa/nsview_additions.mm', |
| 190 'browser/ui/cocoa/one_click_signin_view_controller.h', | 190 'browser/ui/cocoa/one_click_signin_view_controller.h', |
| 191 'browser/ui/cocoa/one_click_signin_view_controller.mm', | 191 'browser/ui/cocoa/one_click_signin_view_controller.mm', |
| 192 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.h', | 192 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.h', |
| 193 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.mm', | 193 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.mm', |
| 194 'browser/ui/cocoa/speech_recognition_window_controller.h', | |
| 195 'browser/ui/cocoa/speech_recognition_window_controller.mm', | |
| 196 'browser/ui/cocoa/status_bubble_mac.h', | 194 'browser/ui/cocoa/status_bubble_mac.h', |
| 197 'browser/ui/cocoa/status_bubble_mac.mm', | 195 'browser/ui/cocoa/status_bubble_mac.mm', |
| 198 'browser/ui/cocoa/styled_text_field.h', | 196 'browser/ui/cocoa/styled_text_field.h', |
| 199 'browser/ui/cocoa/styled_text_field.mm', | 197 'browser/ui/cocoa/styled_text_field.mm', |
| 200 'browser/ui/cocoa/styled_text_field_cell.h', | 198 'browser/ui/cocoa/styled_text_field_cell.h', |
| 201 'browser/ui/cocoa/styled_text_field_cell.mm', | 199 'browser/ui/cocoa/styled_text_field_cell.mm', |
| 202 'browser/ui/cocoa/tab_contents/overlayable_contents_controller.h', | 200 'browser/ui/cocoa/tab_contents/overlayable_contents_controller.h', |
| 203 'browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm', | 201 'browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm', |
| 204 'browser/ui/cocoa/tab_contents/sad_tab_controller.h', | 202 'browser/ui/cocoa/tab_contents/sad_tab_controller.h', |
| 205 'browser/ui/cocoa/tab_contents/sad_tab_controller.mm', | 203 'browser/ui/cocoa/tab_contents/sad_tab_controller.mm', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 243 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm', | 241 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm', |
| 244 'browser/ui/cocoa/panels/panel_window_controller_cocoa.h', | 242 'browser/ui/cocoa/panels/panel_window_controller_cocoa.h', |
| 245 'browser/ui/cocoa/panels/panel_window_controller_cocoa.mm', | 243 'browser/ui/cocoa/panels/panel_window_controller_cocoa.mm', |
| 246 ], | 244 ], |
| 247 'mac_bundle_resources': [ | 245 'mac_bundle_resources': [ |
| 248 '<@(mac_all_xibs)', | 246 '<@(mac_all_xibs)', |
| 249 ], | 247 ], |
| 250 }, # target chrome_xibs | 248 }, # target chrome_xibs |
| 251 ], # targets | 249 ], # targets |
| 252 } | 250 } |
| OLD | NEW |