| Index: mojo/public/interfaces/bindings/tests/BUILD.gn
|
| diff --git a/mojo/public/interfaces/bindings/tests/BUILD.gn b/mojo/public/interfaces/bindings/tests/BUILD.gn
|
| index 7467597c7af7623597572f6ba3bd7d84164464e3..ca083badc5e1dd66d862268470f49682e7727d21 100644
|
| --- a/mojo/public/interfaces/bindings/tests/BUILD.gn
|
| +++ b/mojo/public/interfaces/bindings/tests/BUILD.gn
|
| @@ -31,6 +31,23 @@ mojom("test_interfaces") {
|
| ]
|
| }
|
|
|
| +component("test_export_component") {
|
| + testonly = true
|
| + deps = [
|
| + ":test_export",
|
| + ]
|
| +}
|
| +
|
| +mojom("test_export") {
|
| + testonly = true
|
| + sources = [
|
| + "test_export.mojom",
|
| + ]
|
| + export_class_attribute = "MOJO_TEST_EXPORT"
|
| + export_define = "MOJO_TEST_IMPLEMENTATION=1"
|
| + export_header = "mojo/public/cpp/bindings/tests/mojo_test_export.h"
|
| +}
|
| +
|
| mojom("test_mojom_import") {
|
| testonly = true
|
| sources = [
|
|
|