Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Side by Side Diff: chrome/chrome_nibs.gyp

Issue 2263863002: Remove implementation of Panels on OSes other than ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CR feedback Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/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/one_click_signin_view_controller.h', 188 'browser/ui/cocoa/one_click_signin_view_controller.h',
189 'browser/ui/cocoa/one_click_signin_view_controller.mm', 189 'browser/ui/cocoa/one_click_signin_view_controller.mm',
190 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.h',
191 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm',
192 'browser/ui/cocoa/panels/panel_window_controller_cocoa.h',
193 'browser/ui/cocoa/panels/panel_window_controller_cocoa.mm',
194 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.h', 190 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.h',
195 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.mm', 191 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.mm',
196 'browser/ui/cocoa/status_bubble_mac.h', 192 'browser/ui/cocoa/status_bubble_mac.h',
197 'browser/ui/cocoa/status_bubble_mac.mm', 193 'browser/ui/cocoa/status_bubble_mac.mm',
198 'browser/ui/cocoa/styled_text_field.h', 194 'browser/ui/cocoa/styled_text_field.h',
199 'browser/ui/cocoa/styled_text_field.mm', 195 'browser/ui/cocoa/styled_text_field.mm',
200 'browser/ui/cocoa/styled_text_field_cell.h', 196 'browser/ui/cocoa/styled_text_field_cell.h',
201 'browser/ui/cocoa/styled_text_field_cell.mm', 197 'browser/ui/cocoa/styled_text_field_cell.mm',
202 'browser/ui/cocoa/tab_contents/overlayable_contents_controller.h', 198 'browser/ui/cocoa/tab_contents/overlayable_contents_controller.h',
203 'browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm', 199 'browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm',
(...skipping 27 matching lines...) Expand all
231 'browser/ui/cocoa/vertical_gradient_view.mm', 227 'browser/ui/cocoa/vertical_gradient_view.mm',
232 'browser/ui/cocoa/view_id_util.h', 228 'browser/ui/cocoa/view_id_util.h',
233 'browser/ui/cocoa/view_id_util.mm', 229 'browser/ui/cocoa/view_id_util.mm',
234 ], 230 ],
235 'mac_bundle_resources': [ 231 'mac_bundle_resources': [
236 '<@(mac_all_xibs)', 232 '<@(mac_all_xibs)',
237 ], 233 ],
238 }, # target chrome_xibs 234 }, # target chrome_xibs
239 ], # targets 235 ], # targets
240 } 236 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698