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

Side by Side Diff: chrome/chrome_nibs.gyp

Issue 12937008: Move HoverButton and HoverImageButton from chrome/browser/ui/cocoa/ to ui/base/cocoa. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 7 years, 9 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/hover_button.h',
45 '../ui/base/cocoa/hover_button.mm',
46 '../ui/base/cocoa/hover_image_button.h',
47 '../ui/base/cocoa/hover_image_button.mm',
44 'browser/ui/cocoa/about_ipc_controller.h', 48 'browser/ui/cocoa/about_ipc_controller.h',
45 'browser/ui/cocoa/about_ipc_controller.mm', 49 'browser/ui/cocoa/about_ipc_controller.mm',
46 'browser/ui/cocoa/animatable_view.h', 50 'browser/ui/cocoa/animatable_view.h',
47 'browser/ui/cocoa/animatable_view.mm', 51 'browser/ui/cocoa/animatable_view.mm',
48 'browser/ui/cocoa/background_gradient_view.h', 52 'browser/ui/cocoa/background_gradient_view.h',
49 'browser/ui/cocoa/background_gradient_view.mm', 53 'browser/ui/cocoa/background_gradient_view.mm',
50 'browser/ui/cocoa/base_bubble_controller.h', 54 'browser/ui/cocoa/base_bubble_controller.h',
51 'browser/ui/cocoa/base_bubble_controller.mm', 55 'browser/ui/cocoa/base_bubble_controller.mm',
52 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.h', 56 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.h',
53 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.mm', 57 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.mm',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 'browser/ui/cocoa/framed_browser_window.h', 148 'browser/ui/cocoa/framed_browser_window.h',
145 'browser/ui/cocoa/framed_browser_window.mm', 149 'browser/ui/cocoa/framed_browser_window.mm',
146 'browser/ui/cocoa/fullscreen_exit_bubble_controller.h', 150 'browser/ui/cocoa/fullscreen_exit_bubble_controller.h',
147 'browser/ui/cocoa/fullscreen_exit_bubble_controller.mm', 151 'browser/ui/cocoa/fullscreen_exit_bubble_controller.mm',
148 'browser/ui/cocoa/fullscreen_exit_bubble_view.h', 152 'browser/ui/cocoa/fullscreen_exit_bubble_view.h',
149 'browser/ui/cocoa/fullscreen_exit_bubble_view.mm', 153 'browser/ui/cocoa/fullscreen_exit_bubble_view.mm',
150 'browser/ui/cocoa/global_error_bubble_controller.h', 154 'browser/ui/cocoa/global_error_bubble_controller.h',
151 'browser/ui/cocoa/global_error_bubble_controller.mm', 155 'browser/ui/cocoa/global_error_bubble_controller.mm',
152 'browser/ui/cocoa/gradient_button_cell.h', 156 'browser/ui/cocoa/gradient_button_cell.h',
153 'browser/ui/cocoa/gradient_button_cell.mm', 157 'browser/ui/cocoa/gradient_button_cell.mm',
154 'browser/ui/cocoa/hover_button.h',
155 'browser/ui/cocoa/hover_button.mm',
156 'browser/ui/cocoa/hover_close_button.h', 158 'browser/ui/cocoa/hover_close_button.h',
157 'browser/ui/cocoa/hover_close_button.mm', 159 'browser/ui/cocoa/hover_close_button.mm',
158 'browser/ui/cocoa/hover_image_button.h',
159 'browser/ui/cocoa/hover_image_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', 166 'browser/ui/cocoa/importer/import_progress_dialog_cocoa.h',
167 'browser/ui/cocoa/importer/import_progress_dialog_cocoa.mm', 167 'browser/ui/cocoa/importer/import_progress_dialog_cocoa.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',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm', 261 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm',
262 'browser/ui/cocoa/panels/panel_window_controller_cocoa.h', 262 'browser/ui/cocoa/panels/panel_window_controller_cocoa.h',
263 'browser/ui/cocoa/panels/panel_window_controller_cocoa.mm', 263 'browser/ui/cocoa/panels/panel_window_controller_cocoa.mm',
264 ], 264 ],
265 'mac_bundle_resources': [ 265 'mac_bundle_resources': [
266 '<@(mac_all_xibs)', 266 '<@(mac_all_xibs)',
267 ], 267 ],
268 }, # target chrome_xibs 268 }, # target chrome_xibs
269 ], # targets 269 ], # targets
270 } 270 }
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