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

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

Issue 2285433002: Use compositor_frame typemap in Blink (Closed)
Patch Set: Do not write empty function in content Created 4 years, 4 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
Index: skia/public/interfaces/BUILD.gn
diff --git a/skia/public/interfaces/BUILD.gn b/skia/public/interfaces/BUILD.gn
index ca396fa59f3fd715d59509a98e7676adaa3ace88..1f96b138188175a049a2956ce1e140c96ec8ec71 100644
--- a/skia/public/interfaces/BUILD.gn
+++ b/skia/public/interfaces/BUILD.gn
@@ -37,3 +37,20 @@ mojom("test_interfaces") {
use_new_wrapper_types = false
}
+
+group("struct_traits") {
yzshen1 2016/09/01 00:02:54 Can we delete this and rename struct_traits_source
+ public_deps = [
+ ":struct_traits_sources",
+ ]
+}
+
+source_set("struct_traits_sources") {
+ sources = [
+ "image_filter_struct_traits.cc",
+ "image_filter_struct_traits.h",
+ ]
+ public_deps = [
+ ":interfaces_shared_cpp_sources",
+ "//skia",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698