Index: gpu/ipc/common/BUILD.gn |
diff --git a/gpu/ipc/common/BUILD.gn b/gpu/ipc/common/BUILD.gn |
index d1f101c0f3d17f10e55c22c5d5660ae407c38191..0962b0bd354fac58a40632ec4f7e2e753e29721d 100644 |
--- a/gpu/ipc/common/BUILD.gn |
+++ b/gpu/ipc/common/BUILD.gn |
@@ -125,3 +125,14 @@ mojom("interfaces") { |
"sync_token.mojom", |
] |
} |
+ |
+mojom("test_interfaces") { |
+ testonly = true |
+ sources = [ |
+ "traits_test_service.mojom", |
+ ] |
+ |
+ public_deps = [ |
+ ":interfaces", |
+ ] |
+} |