Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Unified Diff: skia/public/interfaces/BUILD.gn

Issue 2040233002: Implement sk_sp<SkImageFilter> StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't build StructTraitsTest on iOS Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « skia/BUILD.gn ('k') | skia/public/interfaces/image_filter.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « skia/BUILD.gn ('k') | skia/public/interfaces/image_filter.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698