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

Side by Side Diff: chrome/chrome_nibs.gyp

Issue 14322002: Remove unused ImportProgressDialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reverted ImportFromBrowser back to returning an int. Created 7 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'browser/ui/cocoa/gradient_button_cell.h', 156 'browser/ui/cocoa/gradient_button_cell.h',
157 'browser/ui/cocoa/gradient_button_cell.mm', 157 'browser/ui/cocoa/gradient_button_cell.mm',
158 'browser/ui/cocoa/hover_close_button.h', 158 'browser/ui/cocoa/hover_close_button.h',
159 'browser/ui/cocoa/hover_close_button.mm', 159 'browser/ui/cocoa/hover_close_button.mm',
160 'browser/ui/cocoa/hung_renderer_controller.h', 160 'browser/ui/cocoa/hung_renderer_controller.h',
161 'browser/ui/cocoa/hung_renderer_controller.mm', 161 'browser/ui/cocoa/hung_renderer_controller.mm',
162 'browser/ui/cocoa/hyperlink_button_cell.h', 162 'browser/ui/cocoa/hyperlink_button_cell.h',
163 'browser/ui/cocoa/hyperlink_button_cell.mm', 163 'browser/ui/cocoa/hyperlink_button_cell.mm',
164 'browser/ui/cocoa/image_button_cell.h', 164 'browser/ui/cocoa/image_button_cell.h',
165 'browser/ui/cocoa/image_button_cell.mm', 165 'browser/ui/cocoa/image_button_cell.mm',
166 'browser/ui/cocoa/importer/import_progress_dialog_cocoa.h',
167 'browser/ui/cocoa/importer/import_progress_dialog_cocoa.mm',
168 'browser/ui/cocoa/info_bubble_view.h', 166 'browser/ui/cocoa/info_bubble_view.h',
169 'browser/ui/cocoa/info_bubble_view.mm', 167 'browser/ui/cocoa/info_bubble_view.mm',
170 'browser/ui/cocoa/info_bubble_window.h', 168 'browser/ui/cocoa/info_bubble_window.h',
171 'browser/ui/cocoa/info_bubble_window.mm', 169 'browser/ui/cocoa/info_bubble_window.mm',
172 'browser/ui/cocoa/infobars/after_translate_infobar_controller.h', 170 'browser/ui/cocoa/infobars/after_translate_infobar_controller.h',
173 'browser/ui/cocoa/infobars/after_translate_infobar_controller.mm', 171 'browser/ui/cocoa/infobars/after_translate_infobar_controller.mm',
174 'browser/ui/cocoa/infobars/alternate_nav_infobar_controller.h', 172 'browser/ui/cocoa/infobars/alternate_nav_infobar_controller.h',
175 'browser/ui/cocoa/infobars/alternate_nav_infobar_controller.mm', 173 'browser/ui/cocoa/infobars/alternate_nav_infobar_controller.mm',
176 'browser/ui/cocoa/infobars/before_translate_infobar_controller.h', 174 'browser/ui/cocoa/infobars/before_translate_infobar_controller.h',
177 'browser/ui/cocoa/infobars/before_translate_infobar_controller.mm', 175 'browser/ui/cocoa/infobars/before_translate_infobar_controller.mm',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm', 263 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm',
266 'browser/ui/cocoa/panels/panel_window_controller_cocoa.h', 264 'browser/ui/cocoa/panels/panel_window_controller_cocoa.h',
267 'browser/ui/cocoa/panels/panel_window_controller_cocoa.mm', 265 'browser/ui/cocoa/panels/panel_window_controller_cocoa.mm',
268 ], 266 ],
269 'mac_bundle_resources': [ 267 'mac_bundle_resources': [
270 '<@(mac_all_xibs)', 268 '<@(mac_all_xibs)',
271 ], 269 ],
272 }, # target chrome_xibs 270 }, # target chrome_xibs
273 ], # targets 271 ], # targets
274 } 272 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698