| 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 ], | 167 ], |
| 168 'sources': [ | 168 'sources': [ |
| 169 'public/c/system/tests/core_perftest.cc', | 169 'public/c/system/tests/core_perftest.cc', |
| 170 ], | 170 ], |
| 171 }, | 171 }, |
| 172 { | 172 { |
| 173 'target_name': 'mojo_public_test_interfaces', | 173 'target_name': 'mojo_public_test_interfaces', |
| 174 'type': 'static_library', | 174 'type': 'static_library', |
| 175 'sources': [ | 175 'sources': [ |
| 176 'public/interfaces/bindings/tests/math_calculator.mojom', | 176 'public/interfaces/bindings/tests/math_calculator.mojom', |
| 177 'public/interfaces/bindings/tests/rect.mojom', |
| 177 'public/interfaces/bindings/tests/sample_factory.mojom', | 178 'public/interfaces/bindings/tests/sample_factory.mojom', |
| 178 'public/interfaces/bindings/tests/sample_import.mojom', | 179 'public/interfaces/bindings/tests/sample_import.mojom', |
| 179 'public/interfaces/bindings/tests/sample_import2.mojom', | 180 'public/interfaces/bindings/tests/sample_import2.mojom', |
| 180 'public/interfaces/bindings/tests/sample_interfaces.mojom', | 181 'public/interfaces/bindings/tests/sample_interfaces.mojom', |
| 181 'public/interfaces/bindings/tests/sample_service.mojom', | 182 'public/interfaces/bindings/tests/sample_service.mojom', |
| 182 'public/interfaces/bindings/tests/serialization_test_structs.mojom', | 183 'public/interfaces/bindings/tests/serialization_test_structs.mojom', |
| 183 'public/interfaces/bindings/tests/test_structs.mojom', | 184 'public/interfaces/bindings/tests/test_structs.mojom', |
| 184 'public/interfaces/bindings/tests/validation_test_interfaces.mojom', | 185 'public/interfaces/bindings/tests/validation_test_interfaces.mojom', |
| 185 ], | 186 ], |
| 186 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 187 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| (...skipping 13 matching lines...) Expand all Loading... |
| 200 'mojo_js_bindings_lib', | 201 'mojo_js_bindings_lib', |
| 201 'mojo_public_test_interfaces', | 202 'mojo_public_test_interfaces', |
| 202 'mojo_run_all_unittests', | 203 'mojo_run_all_unittests', |
| 203 ], | 204 ], |
| 204 'sources': [ | 205 'sources': [ |
| 205 'public/js/bindings/tests/run_js_tests.cc', | 206 'public/js/bindings/tests/run_js_tests.cc', |
| 206 ], | 207 ], |
| 207 }, | 208 }, |
| 208 ], | 209 ], |
| 209 } | 210 } |
| OLD | NEW |