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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 'sources': [ | 186 'sources': [ |
187 'public/c/system/tests/core_perftest.cc', | 187 'public/c/system/tests/core_perftest.cc', |
188 ], | 188 ], |
189 }, | 189 }, |
190 { | 190 { |
191 # GN version: //mojo/public/interfaces/bindings/tests:test_interfaces | 191 # GN version: //mojo/public/interfaces/bindings/tests:test_interfaces |
192 'target_name': 'mojo_public_test_interfaces', | 192 'target_name': 'mojo_public_test_interfaces', |
193 'type': 'static_library', | 193 'type': 'static_library', |
194 'sources': [ | 194 'sources': [ |
195 'public/interfaces/bindings/tests/math_calculator.mojom', | 195 'public/interfaces/bindings/tests/math_calculator.mojom', |
| 196 'public/interfaces/bindings/tests/no_module.mojom', |
196 'public/interfaces/bindings/tests/rect.mojom', | 197 'public/interfaces/bindings/tests/rect.mojom', |
| 198 'public/interfaces/bindings/tests/regression_tests.mojom', |
197 'public/interfaces/bindings/tests/sample_factory.mojom', | 199 'public/interfaces/bindings/tests/sample_factory.mojom', |
198 'public/interfaces/bindings/tests/sample_import.mojom', | 200 'public/interfaces/bindings/tests/sample_import.mojom', |
199 'public/interfaces/bindings/tests/sample_import2.mojom', | 201 'public/interfaces/bindings/tests/sample_import2.mojom', |
200 'public/interfaces/bindings/tests/sample_interfaces.mojom', | 202 'public/interfaces/bindings/tests/sample_interfaces.mojom', |
201 'public/interfaces/bindings/tests/sample_service.mojom', | 203 'public/interfaces/bindings/tests/sample_service.mojom', |
202 'public/interfaces/bindings/tests/serialization_test_structs.mojom', | 204 'public/interfaces/bindings/tests/serialization_test_structs.mojom', |
203 'public/interfaces/bindings/tests/test_structs.mojom', | 205 'public/interfaces/bindings/tests/test_structs.mojom', |
204 'public/interfaces/bindings/tests/validation_test_interfaces.mojom', | 206 'public/interfaces/bindings/tests/validation_test_interfaces.mojom', |
205 ], | 207 ], |
206 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 208 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
(...skipping 16 matching lines...) Expand all Loading... |
223 'mojo_public_test_interfaces', | 225 'mojo_public_test_interfaces', |
224 'mojo_run_all_unittests', | 226 'mojo_run_all_unittests', |
225 'mojo_utility', | 227 'mojo_utility', |
226 ], | 228 ], |
227 'sources': [ | 229 'sources': [ |
228 'public/js/bindings/tests/run_js_tests.cc', | 230 'public/js/bindings/tests/run_js_tests.cc', |
229 ], | 231 ], |
230 }, | 232 }, |
231 ], | 233 ], |
232 } | 234 } |
OLD | NEW |