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