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

Side by Side Diff: ui/ui.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 | « ui/base/cocoa/hover_image_button_unittest.mm ('k') | ui/ui_unittests.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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'base/cocoa/base_view.mm', 93 'base/cocoa/base_view.mm',
94 'base/cocoa/events_mac.mm', 94 'base/cocoa/events_mac.mm',
95 'base/cocoa/find_pasteboard.h', 95 'base/cocoa/find_pasteboard.h',
96 'base/cocoa/find_pasteboard.mm', 96 'base/cocoa/find_pasteboard.mm',
97 'base/cocoa/focus_tracker.h', 97 'base/cocoa/focus_tracker.h',
98 'base/cocoa/focus_tracker.mm', 98 'base/cocoa/focus_tracker.mm',
99 'base/cocoa/focus_window_set.h', 99 'base/cocoa/focus_window_set.h',
100 'base/cocoa/focus_window_set.mm', 100 'base/cocoa/focus_window_set.mm',
101 'base/cocoa/fullscreen_window_manager.h', 101 'base/cocoa/fullscreen_window_manager.h',
102 'base/cocoa/fullscreen_window_manager.mm', 102 'base/cocoa/fullscreen_window_manager.mm',
103 'base/cocoa/hover_button.h',
104 'base/cocoa/hover_button.mm',
105 'base/cocoa/hover_image_button.h',
106 'base/cocoa/hover_image_button.mm',
103 'base/cocoa/nib_loading.h', 107 'base/cocoa/nib_loading.h',
104 'base/cocoa/nib_loading.mm', 108 'base/cocoa/nib_loading.mm',
105 'base/cocoa/tracking_area.h', 109 'base/cocoa/tracking_area.h',
106 'base/cocoa/tracking_area.mm', 110 'base/cocoa/tracking_area.mm',
107 'base/cocoa/underlay_opengl_hosting_window.h', 111 'base/cocoa/underlay_opengl_hosting_window.h',
108 'base/cocoa/underlay_opengl_hosting_window.mm', 112 'base/cocoa/underlay_opengl_hosting_window.mm',
109 'base/cocoa/window_size_constants.h', 113 'base/cocoa/window_size_constants.h',
110 'base/cocoa/window_size_constants.mm', 114 'base/cocoa/window_size_constants.mm',
111 'base/cursor/cursor.cc', 115 'base/cursor/cursor.cc',
112 'base/cursor/cursor.h', 116 'base/cursor/cursor.h',
(...skipping 824 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 'link_settings': { 941 'link_settings': {
938 'libraries': [ 942 'libraries': [
939 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', 943 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
940 ], 944 ],
941 }, 945 },
942 }, 946 },
943 ], 947 ],
944 }], 948 }],
945 ], 949 ],
946 } 950 }
OLDNEW
« no previous file with comments | « ui/base/cocoa/hover_image_button_unittest.mm ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698