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

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

Issue 2285433002: Use compositor_frame typemap in Blink (Closed)
Patch Set: Adapt to new change after rebase Created 4 years, 3 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 | « mojo/common/common_custom_types_struct_traits.cc ('k') | skia/public/interfaces/image_filter.typemap » ('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 ca396fa59f3fd715d59509a98e7676adaa3ace88..4e7d99218e5693452d78b058d1e33e6a17be3a49 100644
--- a/skia/public/interfaces/BUILD.gn
+++ b/skia/public/interfaces/BUILD.gn
@@ -37,3 +37,14 @@ mojom("test_interfaces") {
use_new_wrapper_types = false
}
+
+source_set("struct_traits") {
+ sources = [
+ "image_filter_struct_traits.cc",
+ "image_filter_struct_traits.h",
+ ]
+ public_deps = [
+ ":interfaces_shared_cpp_sources",
+ "//skia",
+ ]
+}
« no previous file with comments | « mojo/common/common_custom_types_struct_traits.cc ('k') | skia/public/interfaces/image_filter.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698