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

Side by Side Diff: chrome/chrome_nibs.gyp

Issue 18355002: Move HyperlinkButtonCell to /ui/base/cocoa/controls. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: helpful comment Created 7 years, 5 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') | chrome/chrome_tests_unit.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 23 matching lines...) Expand all
34 'target_name': 'chrome_nibs', 34 'target_name': 'chrome_nibs',
35 'type': 'executable', 35 'type': 'executable',
36 'mac_bundle': 1, 36 'mac_bundle': 1,
37 'sources': [ 37 'sources': [
38 '../third_party/GTM/AppKit/GTMUILocalizer.h', 38 '../third_party/GTM/AppKit/GTMUILocalizer.h',
39 '../third_party/GTM/AppKit/GTMUILocalizer.mm', 39 '../third_party/GTM/AppKit/GTMUILocalizer.mm',
40 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h', 40 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h',
41 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.mm', 41 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.mm',
42 '../ui/base/cocoa/base_view.h', 42 '../ui/base/cocoa/base_view.h',
43 '../ui/base/cocoa/base_view.mm', 43 '../ui/base/cocoa/base_view.mm',
44 '../ui/base/cocoa/controls/hyperlink_button_cell.h',
45 '../ui/base/cocoa/controls/hyperlink_button_cell.mm',
44 '../ui/base/cocoa/hover_button.h', 46 '../ui/base/cocoa/hover_button.h',
45 '../ui/base/cocoa/hover_button.mm', 47 '../ui/base/cocoa/hover_button.mm',
46 '../ui/base/cocoa/hover_image_button.h', 48 '../ui/base/cocoa/hover_image_button.h',
47 '../ui/base/cocoa/hover_image_button.mm', 49 '../ui/base/cocoa/hover_image_button.mm',
48 '../ui/base/cocoa/menu_controller.h', 50 '../ui/base/cocoa/menu_controller.h',
49 '../ui/base/cocoa/menu_controller.mm', 51 '../ui/base/cocoa/menu_controller.mm',
50 'browser/ui/cocoa/about_ipc_controller.h', 52 'browser/ui/cocoa/about_ipc_controller.h',
51 'browser/ui/cocoa/about_ipc_controller.mm', 53 'browser/ui/cocoa/about_ipc_controller.mm',
52 'browser/ui/cocoa/animatable_view.h', 54 'browser/ui/cocoa/animatable_view.h',
53 'browser/ui/cocoa/animatable_view.mm', 55 'browser/ui/cocoa/animatable_view.mm',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'browser/ui/cocoa/fullscreen_exit_bubble_view.h', 156 'browser/ui/cocoa/fullscreen_exit_bubble_view.h',
155 'browser/ui/cocoa/fullscreen_exit_bubble_view.mm', 157 'browser/ui/cocoa/fullscreen_exit_bubble_view.mm',
156 'browser/ui/cocoa/global_error_bubble_controller.h', 158 'browser/ui/cocoa/global_error_bubble_controller.h',
157 'browser/ui/cocoa/global_error_bubble_controller.mm', 159 'browser/ui/cocoa/global_error_bubble_controller.mm',
158 'browser/ui/cocoa/gradient_button_cell.h', 160 'browser/ui/cocoa/gradient_button_cell.h',
159 'browser/ui/cocoa/gradient_button_cell.mm', 161 'browser/ui/cocoa/gradient_button_cell.mm',
160 'browser/ui/cocoa/hover_close_button.h', 162 'browser/ui/cocoa/hover_close_button.h',
161 'browser/ui/cocoa/hover_close_button.mm', 163 'browser/ui/cocoa/hover_close_button.mm',
162 'browser/ui/cocoa/hung_renderer_controller.h', 164 'browser/ui/cocoa/hung_renderer_controller.h',
163 'browser/ui/cocoa/hung_renderer_controller.mm', 165 'browser/ui/cocoa/hung_renderer_controller.mm',
164 'browser/ui/cocoa/hyperlink_button_cell.h',
165 'browser/ui/cocoa/hyperlink_button_cell.mm',
166 'browser/ui/cocoa/image_button_cell.h', 166 'browser/ui/cocoa/image_button_cell.h',
167 'browser/ui/cocoa/image_button_cell.mm', 167 'browser/ui/cocoa/image_button_cell.mm',
168 'browser/ui/cocoa/info_bubble_view.h', 168 'browser/ui/cocoa/info_bubble_view.h',
169 'browser/ui/cocoa/info_bubble_view.mm', 169 'browser/ui/cocoa/info_bubble_view.mm',
170 'browser/ui/cocoa/info_bubble_window.h', 170 'browser/ui/cocoa/info_bubble_window.h',
171 'browser/ui/cocoa/info_bubble_window.mm', 171 'browser/ui/cocoa/info_bubble_window.mm',
172 'browser/ui/cocoa/infobars/after_translate_infobar_controller.h', 172 'browser/ui/cocoa/infobars/after_translate_infobar_controller.h',
173 'browser/ui/cocoa/infobars/after_translate_infobar_controller.mm', 173 'browser/ui/cocoa/infobars/after_translate_infobar_controller.mm',
174 'browser/ui/cocoa/infobars/alternate_nav_infobar_controller.h', 174 'browser/ui/cocoa/infobars/alternate_nav_infobar_controller.h',
175 'browser/ui/cocoa/infobars/alternate_nav_infobar_controller.mm', 175 'browser/ui/cocoa/infobars/alternate_nav_infobar_controller.mm',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm', 263 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm',
264 'browser/ui/cocoa/panels/panel_window_controller_cocoa.h', 264 'browser/ui/cocoa/panels/panel_window_controller_cocoa.h',
265 'browser/ui/cocoa/panels/panel_window_controller_cocoa.mm', 265 'browser/ui/cocoa/panels/panel_window_controller_cocoa.mm',
266 ], 266 ],
267 'mac_bundle_resources': [ 267 'mac_bundle_resources': [
268 '<@(mac_all_xibs)', 268 '<@(mac_all_xibs)',
269 ], 269 ],
270 }, # target chrome_xibs 270 }, # target chrome_xibs
271 ], # targets 271 ], # targets
272 } 272 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698