| 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 'target_name': 'mojo_test_support', | 8 'target_name': 'mojo_test_support', |
| 9 'type': 'shared_library', | 9 'type': 'shared_library', |
| 10 'defines': [ | 10 'defines': [ |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 'sources': [ | 63 'sources': [ |
| 64 'public/cpp/bindings/tests/array_unittest.cc', | 64 'public/cpp/bindings/tests/array_unittest.cc', |
| 65 'public/cpp/bindings/tests/bounds_checker_unittest.cc', | 65 'public/cpp/bindings/tests/bounds_checker_unittest.cc', |
| 66 'public/cpp/bindings/tests/buffer_unittest.cc', | 66 'public/cpp/bindings/tests/buffer_unittest.cc', |
| 67 'public/cpp/bindings/tests/connector_unittest.cc', | 67 'public/cpp/bindings/tests/connector_unittest.cc', |
| 68 'public/cpp/bindings/tests/handle_passing_unittest.cc', | 68 'public/cpp/bindings/tests/handle_passing_unittest.cc', |
| 69 'public/cpp/bindings/tests/interface_ptr_unittest.cc', | 69 'public/cpp/bindings/tests/interface_ptr_unittest.cc', |
| 70 'public/cpp/bindings/tests/request_response_unittest.cc', | 70 'public/cpp/bindings/tests/request_response_unittest.cc', |
| 71 'public/cpp/bindings/tests/router_unittest.cc', | 71 'public/cpp/bindings/tests/router_unittest.cc', |
| 72 'public/cpp/bindings/tests/sample_service_unittest.cc', | 72 'public/cpp/bindings/tests/sample_service_unittest.cc', |
| 73 'public/cpp/bindings/tests/serialization_warning_unittest.cc', |
| 73 'public/cpp/bindings/tests/string_unittest.cc', | 74 'public/cpp/bindings/tests/string_unittest.cc', |
| 74 'public/cpp/bindings/tests/struct_unittest.cc', | 75 'public/cpp/bindings/tests/struct_unittest.cc', |
| 75 'public/cpp/bindings/tests/type_conversion_unittest.cc', | 76 'public/cpp/bindings/tests/type_conversion_unittest.cc', |
| 76 'public/cpp/bindings/tests/validation_test_input_parser.cc', | 77 'public/cpp/bindings/tests/validation_test_input_parser.cc', |
| 77 'public/cpp/bindings/tests/validation_test_input_parser.h', | 78 'public/cpp/bindings/tests/validation_test_input_parser.h', |
| 78 'public/cpp/bindings/tests/validation_unittest.cc', | 79 'public/cpp/bindings/tests/validation_unittest.cc', |
| 79 ], | 80 ], |
| 80 }, | 81 }, |
| 81 { | 82 { |
| 82 'target_name': 'mojo_public_environment_unittests', | 83 'target_name': 'mojo_public_environment_unittests', |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 { | 172 { |
| 172 'target_name': 'mojo_public_test_interfaces', | 173 'target_name': 'mojo_public_test_interfaces', |
| 173 'type': 'static_library', | 174 'type': 'static_library', |
| 174 'sources': [ | 175 'sources': [ |
| 175 'public/interfaces/bindings/tests/math_calculator.mojom', | 176 'public/interfaces/bindings/tests/math_calculator.mojom', |
| 176 'public/interfaces/bindings/tests/sample_factory.mojom', | 177 'public/interfaces/bindings/tests/sample_factory.mojom', |
| 177 'public/interfaces/bindings/tests/sample_import.mojom', | 178 'public/interfaces/bindings/tests/sample_import.mojom', |
| 178 'public/interfaces/bindings/tests/sample_import2.mojom', | 179 'public/interfaces/bindings/tests/sample_import2.mojom', |
| 179 'public/interfaces/bindings/tests/sample_interfaces.mojom', | 180 'public/interfaces/bindings/tests/sample_interfaces.mojom', |
| 180 'public/interfaces/bindings/tests/sample_service.mojom', | 181 'public/interfaces/bindings/tests/sample_service.mojom', |
| 182 'public/interfaces/bindings/tests/serialization_test_structs.mojom', |
| 181 'public/interfaces/bindings/tests/test_structs.mojom', | 183 'public/interfaces/bindings/tests/test_structs.mojom', |
| 182 'public/interfaces/bindings/tests/validation_test_interfaces.mojom', | 184 'public/interfaces/bindings/tests/validation_test_interfaces.mojom', |
| 183 ], | 185 ], |
| 184 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 186 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 185 'export_dependent_settings': [ | 187 'export_dependent_settings': [ |
| 186 'mojo_cpp_bindings', | 188 'mojo_cpp_bindings', |
| 187 ], | 189 ], |
| 188 'dependencies': [ | 190 'dependencies': [ |
| 189 'mojo_cpp_bindings', | 191 'mojo_cpp_bindings', |
| 190 ], | 192 ], |
| 191 }, | 193 }, |
| 192 { | 194 { |
| 193 'target_name': 'mojo_js_unittests', | 195 'target_name': 'mojo_js_unittests', |
| 194 'type': 'executable', | 196 'type': 'executable', |
| 195 'dependencies': [ | 197 'dependencies': [ |
| 196 '../gin/gin.gyp:gin_test', | 198 '../gin/gin.gyp:gin_test', |
| 197 'mojo_common_test_support', | 199 'mojo_common_test_support', |
| 198 'mojo_js_bindings_lib', | 200 'mojo_js_bindings_lib', |
| 199 'mojo_public_test_interfaces', | 201 'mojo_public_test_interfaces', |
| 200 'mojo_run_all_unittests', | 202 'mojo_run_all_unittests', |
| 201 ], | 203 ], |
| 202 'sources': [ | 204 'sources': [ |
| 203 'public/js/bindings/tests/run_js_tests.cc', | 205 'public/js/bindings/tests/run_js_tests.cc', |
| 204 ], | 206 ], |
| 205 }, | 207 }, |
| 206 ], | 208 ], |
| 207 } | 209 } |
| OLD | NEW |