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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
162 # See crbug.com/342893: | 162 # See crbug.com/342893: |
163 ['OS=="win"', { | 163 ['OS=="win"', { |
164 'sources!': [ | 164 'sources!': [ |
165 'public/cpp/utility/tests/mutex_unittest.cc', | 165 'public/cpp/utility/tests/mutex_unittest.cc', |
166 'public/cpp/utility/tests/thread_unittest.cc', | 166 'public/cpp/utility/tests/thread_unittest.cc', |
167 ], | 167 ], |
168 }], | 168 }], |
169 ], | 169 ], |
170 }, | 170 }, |
171 { | 171 { |
| 172 # GN version: //mojo/public/c/system/tests:perftests |
172 'target_name': 'mojo_public_system_perftests', | 173 'target_name': 'mojo_public_system_perftests', |
173 'type': 'executable', | 174 'type': 'executable', |
174 'dependencies': [ | 175 'dependencies': [ |
175 '../base/base.gyp:base', | 176 '../base/base.gyp:base', |
176 '../testing/gtest.gyp:gtest', | 177 '../testing/gtest.gyp:gtest', |
177 'mojo_public_test_utils', | 178 'mojo_public_test_utils', |
178 'mojo_run_all_perftests', | 179 'mojo_run_all_perftests', |
179 'mojo_utility', | 180 'mojo_utility', |
180 ], | 181 ], |
181 'sources': [ | 182 'sources': [ |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 'mojo_js_bindings_lib', | 217 'mojo_js_bindings_lib', |
217 'mojo_public_test_interfaces', | 218 'mojo_public_test_interfaces', |
218 'mojo_run_all_unittests', | 219 'mojo_run_all_unittests', |
219 ], | 220 ], |
220 'sources': [ | 221 'sources': [ |
221 'public/js/bindings/tests/run_js_tests.cc', | 222 'public/js/bindings/tests/run_js_tests.cc', |
222 ], | 223 ], |
223 }, | 224 }, |
224 ], | 225 ], |
225 } | 226 } |
OLD | NEW |