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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
176 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h', | 176 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h', |
177 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm', | 177 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm', |
178 'browser/ui/cocoa/login_prompt_cocoa.h', | 178 'browser/ui/cocoa/login_prompt_cocoa.h', |
179 'browser/ui/cocoa/login_prompt_cocoa.mm', | 179 'browser/ui/cocoa/login_prompt_cocoa.mm', |
180 'browser/ui/cocoa/menu_button.h', | 180 'browser/ui/cocoa/menu_button.h', |
181 'browser/ui/cocoa/menu_button.mm', | 181 'browser/ui/cocoa/menu_button.mm', |
182 'browser/ui/cocoa/multi_key_equivalent_button.h', | 182 'browser/ui/cocoa/multi_key_equivalent_button.h', |
183 'browser/ui/cocoa/multi_key_equivalent_button.mm', | 183 'browser/ui/cocoa/multi_key_equivalent_button.mm', |
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/notifications/balloon_controller.h', | |
187 'browser/ui/cocoa/notifications/balloon_controller.mm', | |
188 'browser/ui/cocoa/notifications/balloon_view.h', | |
189 'browser/ui/cocoa/notifications/balloon_view.mm', | |
190 'browser/ui/cocoa/nsmenuitem_additions.h', | 186 'browser/ui/cocoa/nsmenuitem_additions.h', |
191 'browser/ui/cocoa/nsmenuitem_additions.mm', | 187 'browser/ui/cocoa/nsmenuitem_additions.mm', |
192 'browser/ui/cocoa/nsview_additions.h', | 188 'browser/ui/cocoa/nsview_additions.h', |
193 'browser/ui/cocoa/nsview_additions.mm', | 189 'browser/ui/cocoa/nsview_additions.mm', |
194 'browser/ui/cocoa/one_click_signin_view_controller.h', | 190 'browser/ui/cocoa/one_click_signin_view_controller.h', |
195 'browser/ui/cocoa/one_click_signin_view_controller.mm', | 191 'browser/ui/cocoa/one_click_signin_view_controller.mm', |
196 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.h', | 192 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.h', |
197 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.mm', | 193 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.mm', |
198 'browser/ui/cocoa/speech_recognition_window_controller.h', | 194 'browser/ui/cocoa/speech_recognition_window_controller.h', |
199 'browser/ui/cocoa/speech_recognition_window_controller.mm', | 195 'browser/ui/cocoa/speech_recognition_window_controller.mm', |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm', | 243 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm', |
248 'browser/ui/cocoa/panels/panel_window_controller_cocoa.h', | 244 'browser/ui/cocoa/panels/panel_window_controller_cocoa.h', |
249 'browser/ui/cocoa/panels/panel_window_controller_cocoa.mm', | 245 'browser/ui/cocoa/panels/panel_window_controller_cocoa.mm', |
250 ], | 246 ], |
251 'mac_bundle_resources': [ | 247 'mac_bundle_resources': [ |
252 '<@(mac_all_xibs)', | 248 '<@(mac_all_xibs)', |
253 ], | 249 ], |
254 }, # target chrome_xibs | 250 }, # target chrome_xibs |
255 ], # targets | 251 ], # targets |
256 } | 252 } |
OLD | NEW |