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

Side by Side Diff: ui/base/ui_base_tests.gyp

Issue 1027993002: Allow unit tests to force serial execution in the test launcher. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: TestID experiment Created 5 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
« no previous file with comments | « ui/base/test/test_clipboard_unittest.cc ('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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'resource/data_pack_literal.cc', 44 'resource/data_pack_literal.cc',
45 'resource/data_pack_unittest.cc', 45 'resource/data_pack_unittest.cc',
46 'resource/resource_bundle_unittest.cc', 46 'resource/resource_bundle_unittest.cc',
47 'test/run_all_unittests.cc', 47 'test/run_all_unittests.cc',
48 ], 48 ],
49 'all_sources': [ 49 'all_sources': [
50 # Note: file list duplicated in GN build. 50 # Note: file list duplicated in GN build.
51 '<@(_common_sources)', 51 '<@(_common_sources)',
52 'accelerators/accelerator_manager_unittest.cc', 52 'accelerators/accelerator_manager_unittest.cc',
53 'accelerators/menu_label_accelerator_util_linux_unittest.cc', 53 'accelerators/menu_label_accelerator_util_linux_unittest.cc',
54 'clipboard/clipboard_unittest.cc',
54 'clipboard/custom_data_helper_unittest.cc', 55 'clipboard/custom_data_helper_unittest.cc',
55 'cocoa/base_view_unittest.mm', 56 'cocoa/base_view_unittest.mm',
56 'cocoa/cocoa_base_utils_unittest.mm', 57 'cocoa/cocoa_base_utils_unittest.mm',
57 'cocoa/controls/blue_label_button_unittest.mm', 58 'cocoa/controls/blue_label_button_unittest.mm',
58 'cocoa/controls/hover_image_menu_button_unittest.mm', 59 'cocoa/controls/hover_image_menu_button_unittest.mm',
59 'cocoa/controls/hyperlink_button_cell_unittest.mm', 60 'cocoa/controls/hyperlink_button_cell_unittest.mm',
60 'cocoa/controls/hyperlink_text_view_unittest.mm', 61 'cocoa/controls/hyperlink_text_view_unittest.mm',
61 'cocoa/focus_tracker_unittest.mm', 62 'cocoa/focus_tracker_unittest.mm',
62 'cocoa/fullscreen_window_manager_unittest.mm', 63 'cocoa/fullscreen_window_manager_unittest.mm',
63 'cocoa/hover_image_button_unittest.mm', 64 'cocoa/hover_image_button_unittest.mm',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 'dependencies': [ 298 'dependencies': [
298 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 299 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
299 ], 300 ],
300 }], 301 }],
301 ], 302 ],
302 }, 303 },
303 ], 304 ],
304 }], 305 }],
305 ], 306 ],
306 } 307 }
OLDNEW
« no previous file with comments | « ui/base/test/test_clipboard_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698