| Index: skia/public/interfaces/BUILD.gn
|
| diff --git a/skia/public/interfaces/BUILD.gn b/skia/public/interfaces/BUILD.gn
|
| index e2ffdf006ad1c7c049e353391c3f63b7bb29604e..8a19498a5dc4b182ac0680cafdc9b6fd16475b5c 100644
|
| --- a/skia/public/interfaces/BUILD.gn
|
| +++ b/skia/public/interfaces/BUILD.gn
|
| @@ -7,5 +7,17 @@ import("//mojo/public/tools/bindings/mojom.gni")
|
| mojom("interfaces") {
|
| sources = [
|
| "bitmap.mojom",
|
| + "image_filter.mojom",
|
| + ]
|
| +}
|
| +
|
| +mojom("test_interfaces") {
|
| + testonly = true
|
| + sources = [
|
| + "test/traits_test_service.mojom",
|
| + ]
|
| +
|
| + public_deps = [
|
| + ":interfaces",
|
| ]
|
| }
|
|
|