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

Side by Side Diff: dbus/dbus.gyp

Issue 1554403002: dbus: Run dbus_unittests parallelly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « dbus/BUILD.gn ('k') | dbus/run_all_unittests.cc » ('j') | 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'mock_object_proxy.h', 82 'mock_object_proxy.h',
83 ], 83 ],
84 'include_dirs': [ 84 'include_dirs': [
85 '..', 85 '..',
86 ], 86 ],
87 }, 87 },
88 { 88 {
89 'target_name': 'dbus_unittests', 89 'target_name': 'dbus_unittests',
90 'type': 'executable', 90 'type': 'executable',
91 'dependencies': [ 91 'dependencies': [
92 '../base/base.gyp:run_all_unittests',
92 '../base/base.gyp:test_support_base', 93 '../base/base.gyp:test_support_base',
93 '../build/linux/system.gyp:dbus', 94 '../build/linux/system.gyp:dbus',
94 '../testing/gmock.gyp:gmock', 95 '../testing/gmock.gyp:gmock',
95 '../testing/gtest.gyp:gtest', 96 '../testing/gtest.gyp:gtest',
96 'dbus', 97 'dbus',
97 'dbus_test_proto', 98 'dbus_test_proto',
98 'dbus_test_support', 99 'dbus_test_support',
99 ], 100 ],
100 'sources': [ 101 'sources': [
101 'bus_unittest.cc', 102 'bus_unittest.cc',
102 'dbus_statistics_unittest.cc', 103 'dbus_statistics_unittest.cc',
103 'end_to_end_async_unittest.cc', 104 'end_to_end_async_unittest.cc',
104 'end_to_end_sync_unittest.cc', 105 'end_to_end_sync_unittest.cc',
105 'message_unittest.cc', 106 'message_unittest.cc',
106 'mock_unittest.cc', 107 'mock_unittest.cc',
107 'object_manager_unittest.cc', 108 'object_manager_unittest.cc',
108 'object_proxy_unittest.cc', 109 'object_proxy_unittest.cc',
109 'property_unittest.cc', 110 'property_unittest.cc',
110 'run_all_unittests.cc',
111 'signal_sender_verification_unittest.cc', 111 'signal_sender_verification_unittest.cc',
112 'string_util_unittest.cc', 112 'string_util_unittest.cc',
113 'test_service.cc', 113 'test_service.cc',
114 'test_service.h', 114 'test_service.h',
115 'util_unittest.cc', 115 'util_unittest.cc',
116 'values_util_unittest.cc', 116 'values_util_unittest.cc',
117 ], 117 ],
118 'include_dirs': [ 118 'include_dirs': [
119 '..', 119 '..',
120 ], 120 ],
(...skipping 11 matching lines...) Expand all
132 'test_server.cc', 132 'test_server.cc',
133 'test_service.cc', 133 'test_service.cc',
134 'test_service.h', 134 'test_service.h',
135 ], 135 ],
136 'include_dirs': [ 136 'include_dirs': [
137 '..', 137 '..',
138 ], 138 ],
139 }, 139 },
140 ], 140 ],
141 } 141 }
OLDNEW
« no previous file with comments | « dbus/BUILD.gn ('k') | dbus/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698