OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # GN version: //mojo/public/c/test_support | 8 # GN version: //mojo/public/c/test_support |
9 'target_name': 'mojo_test_support', | 9 'target_name': 'mojo_test_support', |
10 'type': 'shared_library', | 10 'type': 'shared_library', |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 # GN version: //mojo/public/cpp/application/tests:mojo_public_system_unitt
ests | 132 # GN version: //mojo/public/cpp/application/tests:mojo_public_system_unitt
ests |
133 'target_name': 'mojo_public_system_unittests', | 133 'target_name': 'mojo_public_system_unittests', |
134 'type': 'executable', | 134 'type': 'executable', |
135 'dependencies': [ | 135 'dependencies': [ |
136 '../testing/gtest.gyp:gtest', | 136 '../testing/gtest.gyp:gtest', |
137 'mojo_public_test_utils', | 137 'mojo_public_test_utils', |
138 'mojo_run_all_unittests', | 138 'mojo_run_all_unittests', |
139 ], | 139 ], |
140 'include_dirs': [ '..' ], | 140 'include_dirs': [ '..' ], |
141 'sources': [ | 141 'sources': [ |
142 'public/c/system/tests/core_unittest.cc', | 142 '<@(mojo_public_system_unittest_sources)', |
143 'public/c/system/tests/core_unittest_pure_c.c', | |
144 'public/c/system/tests/macros_unittest.cc', | |
145 'public/cpp/system/tests/core_unittest.cc', | |
146 'public/cpp/system/tests/macros_unittest.cc', | |
147 ], | 143 ], |
148 }, | 144 }, |
149 { | 145 { |
150 # GN version: //mojo/public/cpp/application/tests:mojo_public_utility_unit
tests | 146 # GN version: //mojo/public/cpp/application/tests:mojo_public_utility_unit
tests |
151 'target_name': 'mojo_public_utility_unittests', | 147 'target_name': 'mojo_public_utility_unittests', |
152 'type': 'executable', | 148 'type': 'executable', |
153 'dependencies': [ | 149 'dependencies': [ |
154 '../testing/gtest.gyp:gtest', | 150 '../testing/gtest.gyp:gtest', |
155 'mojo_public_test_utils', | 151 'mojo_public_test_utils', |
156 'mojo_run_all_unittests', | 152 'mojo_run_all_unittests', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 'mojo_js_bindings_lib', | 216 'mojo_js_bindings_lib', |
221 'mojo_public_test_interfaces', | 217 'mojo_public_test_interfaces', |
222 'mojo_run_all_unittests', | 218 'mojo_run_all_unittests', |
223 ], | 219 ], |
224 'sources': [ | 220 'sources': [ |
225 'public/js/bindings/tests/run_js_tests.cc', | 221 'public/js/bindings/tests/run_js_tests.cc', |
226 ], | 222 ], |
227 }, | 223 }, |
228 ], | 224 ], |
229 } | 225 } |
OLD | NEW |