| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 '../base/base.gyp:base', | 43 '../base/base.gyp:base', |
| 44 '../testing/gtest.gyp:gtest', | 44 '../testing/gtest.gyp:gtest', |
| 45 'mojo_test_support', | 45 'mojo_test_support', |
| 46 ], | 46 ], |
| 47 'sources': [ | 47 'sources': [ |
| 48 'public/cpp/test_support/lib/test_support.cc', | 48 'public/cpp/test_support/lib/test_support.cc', |
| 49 'public/cpp/test_support/lib/test_utils.cc', | 49 'public/cpp/test_support/lib/test_utils.cc', |
| 50 'public/cpp/test_support/test_utils.h', | 50 'public/cpp/test_support/test_utils.h', |
| 51 ], | 51 ], |
| 52 }, | 52 }, |
| 53 { |
| 54 # GN version: //mojo/public/cpp/bindings/tests:mojo_public_bindings_test_u
tils |
| 55 'target_name': 'mojo_public_bindings_test_utils', |
| 56 'type': 'static_library', |
| 57 'dependencies': [ |
| 58 '../base/base.gyp:base', |
| 59 ], |
| 60 'sources': [ |
| 61 'public/cpp/bindings/tests/validation_test_input_parser.cc', |
| 62 'public/cpp/bindings/tests/validation_test_input_parser.h', |
| 63 ], |
| 64 }, |
| 53 # TODO(vtl): Reorganize the mojo_public_*_unittests. | 65 # TODO(vtl): Reorganize the mojo_public_*_unittests. |
| 54 { | 66 { |
| 55 # GN version: //mojo/public/cpp/bindings/tests:mojo_public_bindings_unitte
sts | 67 # GN version: //mojo/public/cpp/bindings/tests:mojo_public_bindings_unitte
sts |
| 56 'target_name': 'mojo_public_bindings_unittests', | 68 'target_name': 'mojo_public_bindings_unittests', |
| 57 'type': 'executable', | 69 'type': 'executable', |
| 58 'dependencies': [ | 70 'dependencies': [ |
| 59 '../testing/gtest.gyp:gtest', | 71 '../testing/gtest.gyp:gtest', |
| 60 'mojo_cpp_bindings', | 72 'mojo_cpp_bindings', |
| 61 'mojo_environment_standalone', | 73 'mojo_environment_standalone', |
| 62 'mojo_public_test_utils', | 74 'mojo_public_test_utils', |
| 63 'mojo_run_all_unittests', | 75 'mojo_run_all_unittests', |
| 76 'mojo_public_bindings_test_utils', |
| 64 'mojo_public_test_interfaces', | 77 'mojo_public_test_interfaces', |
| 65 'mojo_utility', | 78 'mojo_utility', |
| 66 ], | 79 ], |
| 67 'sources': [ | 80 'sources': [ |
| 68 'public/cpp/bindings/tests/array_unittest.cc', | 81 'public/cpp/bindings/tests/array_unittest.cc', |
| 69 'public/cpp/bindings/tests/bounds_checker_unittest.cc', | 82 'public/cpp/bindings/tests/bounds_checker_unittest.cc', |
| 70 'public/cpp/bindings/tests/buffer_unittest.cc', | 83 'public/cpp/bindings/tests/buffer_unittest.cc', |
| 71 'public/cpp/bindings/tests/connector_unittest.cc', | 84 'public/cpp/bindings/tests/connector_unittest.cc', |
| 72 'public/cpp/bindings/tests/handle_passing_unittest.cc', | 85 'public/cpp/bindings/tests/handle_passing_unittest.cc', |
| 73 'public/cpp/bindings/tests/interface_ptr_unittest.cc', | 86 'public/cpp/bindings/tests/interface_ptr_unittest.cc', |
| 74 'public/cpp/bindings/tests/request_response_unittest.cc', | 87 'public/cpp/bindings/tests/request_response_unittest.cc', |
| 75 'public/cpp/bindings/tests/router_unittest.cc', | 88 'public/cpp/bindings/tests/router_unittest.cc', |
| 76 'public/cpp/bindings/tests/sample_service_unittest.cc', | 89 'public/cpp/bindings/tests/sample_service_unittest.cc', |
| 77 'public/cpp/bindings/tests/serialization_warning_unittest.cc', | 90 'public/cpp/bindings/tests/serialization_warning_unittest.cc', |
| 78 'public/cpp/bindings/tests/string_unittest.cc', | 91 'public/cpp/bindings/tests/string_unittest.cc', |
| 79 'public/cpp/bindings/tests/struct_unittest.cc', | 92 'public/cpp/bindings/tests/struct_unittest.cc', |
| 80 'public/cpp/bindings/tests/type_conversion_unittest.cc', | 93 'public/cpp/bindings/tests/type_conversion_unittest.cc', |
| 81 'public/cpp/bindings/tests/validation_test_input_parser.cc', | |
| 82 'public/cpp/bindings/tests/validation_test_input_parser.h', | |
| 83 'public/cpp/bindings/tests/validation_unittest.cc', | 94 'public/cpp/bindings/tests/validation_unittest.cc', |
| 84 ], | 95 ], |
| 85 }, | 96 }, |
| 86 { | 97 { |
| 87 # GN version: //mojo/public/cpp/environment/tests:mojo_public_environment_
unittests | 98 # GN version: //mojo/public/cpp/environment/tests:mojo_public_environment_
unittests |
| 88 'target_name': 'mojo_public_environment_unittests', | 99 'target_name': 'mojo_public_environment_unittests', |
| 89 'type': 'executable', | 100 'type': 'executable', |
| 90 'dependencies': [ | 101 'dependencies': [ |
| 91 '../testing/gtest.gyp:gtest', | 102 '../testing/gtest.gyp:gtest', |
| 92 'mojo_environment_standalone', | 103 'mojo_environment_standalone', |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 'mojo_js_bindings_lib', | 220 'mojo_js_bindings_lib', |
| 210 'mojo_public_test_interfaces', | 221 'mojo_public_test_interfaces', |
| 211 'mojo_run_all_unittests', | 222 'mojo_run_all_unittests', |
| 212 ], | 223 ], |
| 213 'sources': [ | 224 'sources': [ |
| 214 'public/js/bindings/tests/run_js_tests.cc', | 225 'public/js/bindings/tests/run_js_tests.cc', |
| 215 ], | 226 ], |
| 216 }, | 227 }, |
| 217 ], | 228 ], |
| 218 } | 229 } |
| OLD | NEW |