| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'mojo_public_test_interfaces_mojom_files': [ | 8 'mojo_public_test_interfaces_mojom_files': [ |
| 9 'public/interfaces/bindings/tests/math_calculator.mojom', | 9 'public/interfaces/bindings/tests/math_calculator.mojom', |
| 10 'public/interfaces/bindings/tests/no_module.mojom', | 10 'public/interfaces/bindings/tests/no_module.mojom', |
| 11 'public/interfaces/bindings/tests/ping_service.mojom', | 11 'public/interfaces/bindings/tests/ping_service.mojom', |
| 12 'public/interfaces/bindings/tests/rect.mojom', | 12 'public/interfaces/bindings/tests/rect.mojom', |
| 13 'public/interfaces/bindings/tests/regression_tests.mojom', | 13 'public/interfaces/bindings/tests/regression_tests.mojom', |
| 14 'public/interfaces/bindings/tests/sample_factory.mojom', | 14 'public/interfaces/bindings/tests/sample_factory.mojom', |
| 15 'public/interfaces/bindings/tests/sample_import.mojom', | 15 'public/interfaces/bindings/tests/sample_import.mojom', |
| 16 'public/interfaces/bindings/tests/sample_import2.mojom', | 16 'public/interfaces/bindings/tests/sample_import2.mojom', |
| 17 'public/interfaces/bindings/tests/sample_interfaces.mojom', | 17 'public/interfaces/bindings/tests/sample_interfaces.mojom', |
| 18 'public/interfaces/bindings/tests/sample_service.mojom', | 18 'public/interfaces/bindings/tests/sample_service.mojom', |
| 19 'public/interfaces/bindings/tests/scoping.mojom', | 19 'public/interfaces/bindings/tests/scoping.mojom', |
| 20 'public/interfaces/bindings/tests/serialization_test_structs.mojom', | 20 'public/interfaces/bindings/tests/serialization_test_structs.mojom', |
| 21 'public/interfaces/bindings/tests/test_constants.mojom', | 21 'public/interfaces/bindings/tests/test_constants.mojom', |
| 22 'public/interfaces/bindings/tests/test_data_view.mojom', |
| 22 'public/interfaces/bindings/tests/test_native_types.mojom', | 23 'public/interfaces/bindings/tests/test_native_types.mojom', |
| 23 'public/interfaces/bindings/tests/test_sync_methods.mojom', | 24 'public/interfaces/bindings/tests/test_sync_methods.mojom', |
| 24 ], | 25 ], |
| 25 }, | 26 }, |
| 26 'target_defaults' : { | 27 'target_defaults' : { |
| 27 'include_dirs': [ | 28 'include_dirs': [ |
| 28 '..', | 29 '..', |
| 29 ], | 30 ], |
| 30 }, | 31 }, |
| 31 'targets': [ | 32 'targets': [ |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 'sources': [ | 154 'sources': [ |
| 154 'public/interfaces/bindings/tests/test_wtf_types.mojom', | 155 'public/interfaces/bindings/tests/test_wtf_types.mojom', |
| 155 ], | 156 ], |
| 156 'includes': [ 'mojom_bindings_generator.gypi' ], | 157 'includes': [ 'mojom_bindings_generator.gypi' ], |
| 157 }, | 158 }, |
| 158 ], | 159 ], |
| 159 }], | 160 }], |
| 160 ], | 161 ], |
| 161 } | 162 } |
| 162 | 163 |
| OLD | NEW |