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

Side by Side Diff: ui/ui_unittests.gyp

Issue 384263002: ui: Move screen unit test into gfx_unittests target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 years, 5 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/gfx/gfx_tests.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 23 matching lines...) Expand all
34 'base/layout_unittest.cc', 34 'base/layout_unittest.cc',
35 'base/l10n/l10n_util_mac_unittest.mm', 35 'base/l10n/l10n_util_mac_unittest.mm',
36 'base/l10n/l10n_util_unittest.cc', 36 'base/l10n/l10n_util_unittest.cc',
37 'base/l10n/l10n_util_win_unittest.cc', 37 'base/l10n/l10n_util_win_unittest.cc',
38 'base/l10n/time_format_unittest.cc', 38 'base/l10n/time_format_unittest.cc',
39 'base/models/tree_node_iterator_unittest.cc', 39 'base/models/tree_node_iterator_unittest.cc',
40 'base/resource/data_pack_literal.cc', 40 'base/resource/data_pack_literal.cc',
41 'base/resource/data_pack_unittest.cc', 41 'base/resource/data_pack_unittest.cc',
42 'base/resource/resource_bundle_unittest.cc', 42 'base/resource/resource_bundle_unittest.cc',
43 'base/test/run_all_unittests.cc', 43 'base/test/run_all_unittests.cc',
44 'gfx/screen_unittest.cc',
45 ], 44 ],
46 'all_sources': [ 45 'all_sources': [
47 '<@(_common_sources)', 46 '<@(_common_sources)',
48 'base/accelerators/accelerator_manager_unittest.cc', 47 'base/accelerators/accelerator_manager_unittest.cc',
49 'base/accelerators/menu_label_accelerator_util_linux_unittest.cc', 48 'base/accelerators/menu_label_accelerator_util_linux_unittest.cc',
50 'base/clipboard/custom_data_helper_unittest.cc', 49 'base/clipboard/custom_data_helper_unittest.cc',
51 'base/cocoa/base_view_unittest.mm', 50 'base/cocoa/base_view_unittest.mm',
52 'base/cocoa/cocoa_base_utils_unittest.mm', 51 'base/cocoa/cocoa_base_utils_unittest.mm',
53 'base/cocoa/controls/blue_label_button_unittest.mm', 52 'base/cocoa/controls/blue_label_button_unittest.mm',
54 'base/cocoa/controls/hover_image_menu_button_unittest.mm', 53 'base/cocoa/controls/hover_image_menu_button_unittest.mm',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'dependencies': [ 195 'dependencies': [
197 'events/events.gyp:events', 196 'events/events.gyp:events',
198 'events/events.gyp:events_base', 197 'events/events.gyp:events_base',
199 'events/events.gyp:events_test_support', 198 'events/events.gyp:events_test_support',
200 'events/platform/events_platform.gyp:events_platform', 199 'events/platform/events_platform.gyp:events_platform',
201 ], 200 ],
202 }], 201 }],
203 ['use_aura==1', { 202 ['use_aura==1', {
204 'sources!': [ 203 'sources!': [
205 'base/dragdrop/os_exchange_data_win_unittest.cc', 204 'base/dragdrop/os_exchange_data_win_unittest.cc',
206 'gfx/screen_unittest.cc',
207 ], 205 ],
208 }], 206 }],
209 ['chromeos==1', { 207 ['chromeos==1', {
210 'dependencies': [ 208 'dependencies': [
211 '../chromeos/chromeos.gyp:chromeos', 209 '../chromeos/chromeos.gyp:chromeos',
212 'aura/aura.gyp:aura_test_support', 210 'aura/aura.gyp:aura_test_support',
213 'chromeos/ui_chromeos.gyp:ui_chromeos', 211 'chromeos/ui_chromeos.gyp:ui_chromeos',
214 'events/events.gyp:gesture_detection', 212 'events/events.gyp:gesture_detection',
215 ], 213 ],
216 'sources': [ 214 'sources': [
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 ], 265 ],
268 'variables': { 266 'variables': {
269 'test_suite_name': 'ui_unittests', 267 'test_suite_name': 'ui_unittests',
270 }, 268 },
271 'includes': [ '../build/apk_test.gypi' ], 269 'includes': [ '../build/apk_test.gypi' ],
272 }, 270 },
273 ], 271 ],
274 }], 272 }],
275 ], 273 ],
276 } 274 }
OLDNEW
« no previous file with comments | « ui/gfx/gfx_tests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698