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