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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 'browser/ui/cocoa/notifications/balloon_controller.h', | 204 'browser/ui/cocoa/notifications/balloon_controller.h', |
205 'browser/ui/cocoa/notifications/balloon_controller.mm', | 205 'browser/ui/cocoa/notifications/balloon_controller.mm', |
206 'browser/ui/cocoa/notifications/balloon_view.h', | 206 'browser/ui/cocoa/notifications/balloon_view.h', |
207 'browser/ui/cocoa/notifications/balloon_view.mm', | 207 'browser/ui/cocoa/notifications/balloon_view.mm', |
208 'browser/ui/cocoa/nsmenuitem_additions.h', | 208 'browser/ui/cocoa/nsmenuitem_additions.h', |
209 'browser/ui/cocoa/nsmenuitem_additions.mm', | 209 'browser/ui/cocoa/nsmenuitem_additions.mm', |
210 'browser/ui/cocoa/nsview_additions.h', | 210 'browser/ui/cocoa/nsview_additions.h', |
211 'browser/ui/cocoa/nsview_additions.mm', | 211 'browser/ui/cocoa/nsview_additions.mm', |
212 'browser/ui/cocoa/one_click_signin_view_controller.h', | 212 'browser/ui/cocoa/one_click_signin_view_controller.h', |
213 'browser/ui/cocoa/one_click_signin_view_controller.mm', | 213 'browser/ui/cocoa/one_click_signin_view_controller.mm', |
| 214 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.h', |
| 215 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.mm', |
214 'browser/ui/cocoa/speech_recognition_window_controller.h', | 216 'browser/ui/cocoa/speech_recognition_window_controller.h', |
215 'browser/ui/cocoa/speech_recognition_window_controller.mm', | 217 'browser/ui/cocoa/speech_recognition_window_controller.mm', |
216 'browser/ui/cocoa/status_bubble_mac.h', | 218 'browser/ui/cocoa/status_bubble_mac.h', |
217 'browser/ui/cocoa/status_bubble_mac.mm', | 219 'browser/ui/cocoa/status_bubble_mac.mm', |
218 'browser/ui/cocoa/styled_text_field.h', | 220 'browser/ui/cocoa/styled_text_field.h', |
219 'browser/ui/cocoa/styled_text_field.mm', | 221 'browser/ui/cocoa/styled_text_field.mm', |
220 'browser/ui/cocoa/styled_text_field_cell.h', | 222 'browser/ui/cocoa/styled_text_field_cell.h', |
221 'browser/ui/cocoa/styled_text_field_cell.mm', | 223 'browser/ui/cocoa/styled_text_field_cell.mm', |
222 'browser/ui/cocoa/tab_contents/overlayable_contents_controller.h', | 224 'browser/ui/cocoa/tab_contents/overlayable_contents_controller.h', |
223 'browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm', | 225 'browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm', |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm', | 263 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm', |
262 'browser/ui/cocoa/panels/panel_window_controller_cocoa.h', | 264 'browser/ui/cocoa/panels/panel_window_controller_cocoa.h', |
263 'browser/ui/cocoa/panels/panel_window_controller_cocoa.mm', | 265 'browser/ui/cocoa/panels/panel_window_controller_cocoa.mm', |
264 ], | 266 ], |
265 'mac_bundle_resources': [ | 267 'mac_bundle_resources': [ |
266 '<@(mac_all_xibs)', | 268 '<@(mac_all_xibs)', |
267 ], | 269 ], |
268 }, # target chrome_xibs | 270 }, # target chrome_xibs |
269 ], # targets | 271 ], # targets |
270 } | 272 } |
OLD | NEW |