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 'includes': [ | 6 'includes': [ |
7 'mojo_variables.gypi', | 7 'mojo_variables.gypi', |
8 ], | 8 ], |
9 'target_defaults' : { | 9 'target_defaults' : { |
10 'include_dirs': [ | 10 'include_dirs': [ |
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 }, | 326 }, |
327 { | 327 { |
328 'target_name': 'mojo_public_test_interfaces_mojom', | 328 'target_name': 'mojo_public_test_interfaces_mojom', |
329 'type': 'none', | 329 'type': 'none', |
330 'variables': { | 330 'variables': { |
331 'mojom_files': [ | 331 'mojom_files': [ |
332 'src/mojo/public/interfaces/bindings/tests/math_calculator.mojom', | 332 'src/mojo/public/interfaces/bindings/tests/math_calculator.mojom', |
333 'src/mojo/public/interfaces/bindings/tests/no_module.mojom', | 333 'src/mojo/public/interfaces/bindings/tests/no_module.mojom', |
334 'src/mojo/public/interfaces/bindings/tests/rect.mojom', | 334 'src/mojo/public/interfaces/bindings/tests/rect.mojom', |
335 'src/mojo/public/interfaces/bindings/tests/regression_tests.mojom', | 335 'src/mojo/public/interfaces/bindings/tests/regression_tests.mojom', |
336 'src/mojo/public/interfaces/bindings/tests/regression_tests_import.moj
om', | |
337 'src/mojo/public/interfaces/bindings/tests/sample_factory.mojom', | 336 'src/mojo/public/interfaces/bindings/tests/sample_factory.mojom', |
338 'src/mojo/public/interfaces/bindings/tests/sample_import.mojom', | 337 'src/mojo/public/interfaces/bindings/tests/sample_import.mojom', |
339 'src/mojo/public/interfaces/bindings/tests/sample_import2.mojom', | 338 'src/mojo/public/interfaces/bindings/tests/sample_import2.mojom', |
340 'src/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom', | 339 'src/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom', |
341 'src/mojo/public/interfaces/bindings/tests/sample_service.mojom', | 340 'src/mojo/public/interfaces/bindings/tests/sample_service.mojom', |
342 'src/mojo/public/interfaces/bindings/tests/serialization_test_structs.
mojom', | 341 'src/mojo/public/interfaces/bindings/tests/serialization_test_structs.
mojom', |
343 'src/mojo/public/interfaces/bindings/tests/test_structs.mojom', | 342 'src/mojo/public/interfaces/bindings/tests/test_structs.mojom', |
344 'src/mojo/public/interfaces/bindings/tests/validation_test_interfaces.
mojom', | 343 'src/mojo/public/interfaces/bindings/tests/validation_test_interfaces.
mojom', |
345 ], | 344 ], |
346 }, | 345 }, |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
380 }, | 379 }, |
381 'dependencies': [ | 380 'dependencies': [ |
382 'mojo_public_java', | 381 'mojo_public_java', |
383 ], | 382 ], |
384 'includes': [ '../../build/java.gypi' ], | 383 'includes': [ '../../build/java.gypi' ], |
385 }, | 384 }, |
386 ], | 385 ], |
387 }], | 386 }], |
388 ], | 387 ], |
389 } | 388 } |
OLD | NEW |