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

Side by Side Diff: ui/ui_unittests.gypi

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/ui.gyp ('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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ui_test_support', 8 'target_name': 'ui_test_support',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 ], 105 ],
106 'all_sources': [ 106 'all_sources': [
107 '<@(_common_sources)', 107 '<@(_common_sources)',
108 'base/accelerators/accelerator_manager_unittest.cc', 108 'base/accelerators/accelerator_manager_unittest.cc',
109 'base/clipboard/clipboard_unittest.cc', 109 'base/clipboard/clipboard_unittest.cc',
110 'base/clipboard/custom_data_helper_unittest.cc', 110 'base/clipboard/custom_data_helper_unittest.cc',
111 'base/cocoa/base_view_unittest.mm', 111 'base/cocoa/base_view_unittest.mm',
112 'base/cocoa/events_mac_unittest.mm', 112 'base/cocoa/events_mac_unittest.mm',
113 'base/cocoa/focus_tracker_unittest.mm', 113 'base/cocoa/focus_tracker_unittest.mm',
114 'base/cocoa/fullscreen_window_manager_unittest.mm', 114 'base/cocoa/fullscreen_window_manager_unittest.mm',
115 'base/cocoa/hover_image_button_unittest.mm',
115 'base/cocoa/tracking_area_unittest.mm', 116 'base/cocoa/tracking_area_unittest.mm',
116 'base/events/event_dispatcher_unittest.cc', 117 'base/events/event_dispatcher_unittest.cc',
117 'base/events/event_unittest.cc', 118 'base/events/event_unittest.cc',
118 'base/gtk/gtk_expanded_container_unittest.cc', 119 'base/gtk/gtk_expanded_container_unittest.cc',
119 'base/gtk/gtk_im_context_util_unittest.cc', 120 'base/gtk/gtk_im_context_util_unittest.cc',
120 'base/gtk/menu_label_accelerator_util_unittest.cc', 121 'base/gtk/menu_label_accelerator_util_unittest.cc',
121 'base/keycodes/usb_keycode_map_unittest.cc', 122 'base/keycodes/usb_keycode_map_unittest.cc',
122 'base/models/list_model_unittest.cc', 123 'base/models/list_model_unittest.cc',
123 'base/models/list_selection_model_unittest.cc', 124 'base/models/list_selection_model_unittest.cc',
124 'base/models/tree_node_model_unittest.cc', 125 'base/models/tree_node_model_unittest.cc',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 'variables': { 307 'variables': {
307 'test_suite_name': 'ui_unittests', 308 'test_suite_name': 'ui_unittests',
308 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 309 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
309 }, 310 },
310 'includes': [ '../build/apk_test.gypi' ], 311 'includes': [ '../build/apk_test.gypi' ],
311 }, 312 },
312 ], 313 ],
313 }], 314 }],
314 ], 315 ],
315 } 316 }
OLDNEW
« no previous file with comments | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698