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

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: fix comment 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
« 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 'dependencies': [ 9 'dependencies': [
10 '../base/base.gyp:base', 10 '../base/base.gyp:base',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'gfx/vector2d_unittest.cc', 133 'gfx/vector2d_unittest.cc',
134 'gfx/vector3d_unittest.cc', 134 'gfx/vector3d_unittest.cc',
135 ], 135 ],
136 'all_sources': [ 136 'all_sources': [
137 '<@(_common_sources)', 137 '<@(_common_sources)',
138 'base/accelerators/accelerator_manager_unittest.cc', 138 'base/accelerators/accelerator_manager_unittest.cc',
139 'base/clipboard/clipboard_unittest.cc', 139 'base/clipboard/clipboard_unittest.cc',
140 'base/clipboard/custom_data_helper_unittest.cc', 140 'base/clipboard/custom_data_helper_unittest.cc',
141 'base/cocoa/base_view_unittest.mm', 141 'base/cocoa/base_view_unittest.mm',
142 'base/cocoa/cocoa_event_utils_unittest.mm', 142 'base/cocoa/cocoa_event_utils_unittest.mm',
143 'base/cocoa/controls/hover_image_menu_button_unittest.mm',
143 'base/cocoa/events_mac_unittest.mm', 144 'base/cocoa/events_mac_unittest.mm',
144 'base/cocoa/focus_tracker_unittest.mm', 145 'base/cocoa/focus_tracker_unittest.mm',
145 'base/cocoa/fullscreen_window_manager_unittest.mm', 146 'base/cocoa/fullscreen_window_manager_unittest.mm',
146 'base/cocoa/hover_image_button_unittest.mm', 147 'base/cocoa/hover_image_button_unittest.mm',
147 'base/cocoa/menu_controller_unittest.mm', 148 'base/cocoa/menu_controller_unittest.mm',
148 'base/cocoa/nsgraphics_context_additions_unittest.mm', 149 'base/cocoa/nsgraphics_context_additions_unittest.mm',
149 'base/cocoa/tracking_area_unittest.mm', 150 'base/cocoa/tracking_area_unittest.mm',
150 'base/events/event_dispatcher_unittest.cc', 151 'base/events/event_dispatcher_unittest.cc',
151 'base/events/event_unittest.cc', 152 'base/events/event_unittest.cc',
152 'base/events/key_identifier_conversion_unittest.cc', 153 'base/events/key_identifier_conversion_unittest.cc',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 'variables': { 340 'variables': {
340 'test_suite_name': 'ui_unittests', 341 'test_suite_name': 'ui_unittests',
341 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 342 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
342 }, 343 },
343 'includes': [ '../build/apk_test.gypi' ], 344 'includes': [ '../build/apk_test.gypi' ],
344 }, 345 },
345 ], 346 ],
346 }], 347 }],
347 ], 348 ],
348 } 349 }
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