Lines Matching refs:mojom

5 import("../../../tools/bindings/mojom.gni")
45 mojom("test_interfaces") {
48 "math_calculator.mojom",
49 "no_module.mojom",
50 "ping_service.mojom",
51 "rect.mojom",
52 "regression_tests.mojom",
53 "sample_factory.mojom",
54 "sample_interfaces.mojom",
55 "sample_service.mojom",
56 "scoping.mojom",
57 "serialization_test_structs.mojom",
58 "test_bad_messages.mojom",
59 "test_constants.mojom",
60 "test_data_view.mojom",
61 "test_name_generator.mojom",
62 "test_native_types.mojom",
63 "test_structs.mojom",
64 "test_sync_methods.mojom",
65 "test_unions.mojom",
66 "validation_test_interfaces.mojom",
100 mojom("test_export") {
103 "test_export.mojom",
120 mojom("test_exported_import") {
123 "test_import.mojom",
137 # Used to test that it is okay to call mojom::Foo::Serialize()/Deserialize()
138 # even if the mojom target is linked into another component.
143 # test_export.mojom from |test_exported_import|.
151 mojom("test_export2") {
154 "test_export2.mojom",
162 mojom("test_mojom_import") {
165 "sample_import.mojom",
169 mojom("test_mojom_import_wrapper") {
176 mojom("test_mojom_import_wrapper_wrapper") {
183 mojom("test_mojom_import2") {
186 "sample_import2.mojom",
194 mojom("test_struct_traits_interfaces") {
197 "struct_with_traits.mojom",
206 mojom("test_associated_interfaces") {
211 "test_associated_interfaces.mojom",
212 "validation_test_associated_interfaces.mojom",
227 mojom("versioning_test_service_interfaces") {
230 "versioning_test_service.mojom",
234 mojom("versioning_test_client_interfaces") {
237 "versioning_test_client.mojom",
241 mojom("test_wtf_types") {
245 "test_wtf_types.mojom",
252 mojom("test_no_sources") {
260 mojom("echo") {
263 "echo.mojom",
264 "echo_import/echo_import.mojom",