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

Side by Side Diff: ui/ui_unittests.gypi

Issue 15955003: Menu for the OSX app launcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Apply CL to master (clean) Created 7 years, 6 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
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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'gfx/vector2d_unittest.cc', 129 'gfx/vector2d_unittest.cc',
130 'gfx/vector3d_unittest.cc', 130 'gfx/vector3d_unittest.cc',
131 ], 131 ],
132 'all_sources': [ 132 'all_sources': [
133 '<@(_common_sources)', 133 '<@(_common_sources)',
134 'base/accelerators/accelerator_manager_unittest.cc', 134 'base/accelerators/accelerator_manager_unittest.cc',
135 'base/clipboard/clipboard_unittest.cc', 135 'base/clipboard/clipboard_unittest.cc',
136 'base/clipboard/custom_data_helper_unittest.cc', 136 'base/clipboard/custom_data_helper_unittest.cc',
137 'base/cocoa/base_view_unittest.mm', 137 'base/cocoa/base_view_unittest.mm',
138 'base/cocoa/cocoa_event_utils_unittest.mm', 138 'base/cocoa/cocoa_event_utils_unittest.mm',
139 'base/cocoa/controls/hover_image_menu_button_unittest.mm',
139 'base/cocoa/events_mac_unittest.mm', 140 'base/cocoa/events_mac_unittest.mm',
140 'base/cocoa/focus_tracker_unittest.mm', 141 'base/cocoa/focus_tracker_unittest.mm',
141 'base/cocoa/fullscreen_window_manager_unittest.mm', 142 'base/cocoa/fullscreen_window_manager_unittest.mm',
142 'base/cocoa/hover_image_button_unittest.mm', 143 'base/cocoa/hover_image_button_unittest.mm',
143 'base/cocoa/menu_controller_unittest.mm', 144 'base/cocoa/menu_controller_unittest.mm',
144 'base/cocoa/tracking_area_unittest.mm', 145 'base/cocoa/tracking_area_unittest.mm',
145 'base/events/event_dispatcher_unittest.cc', 146 'base/events/event_dispatcher_unittest.cc',
146 'base/events/event_unittest.cc', 147 'base/events/event_unittest.cc',
147 'base/events/key_identifier_conversion_unittest.cc', 148 'base/events/key_identifier_conversion_unittest.cc',
148 'base/gtk/gtk_expanded_container_unittest.cc', 149 'base/gtk/gtk_expanded_container_unittest.cc',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 'variables': { 334 'variables': {
334 'test_suite_name': 'ui_unittests', 335 'test_suite_name': 'ui_unittests',
335 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 336 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
336 }, 337 },
337 'includes': [ '../build/apk_test.gypi' ], 338 'includes': [ '../build/apk_test.gypi' ],
338 }, 339 },
339 ], 340 ],
340 }], 341 }],
341 ], 342 ],
342 } 343 }
OLDNEW
« ui/base/cocoa/controls/hover_image_menu_button_cell.h ('K') | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698