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

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

Issue 1648533002: [mojo] Get rid of Skia type converters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@native-arrays
Patch Set: fix ios gyp; proper pickle sizing Created 4 years, 11 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 e2ffdf006ad1c7c049e353391c3f63b7bb29604e..d8f63a809f90702719bc53f1ac710d54836a1906 100644
--- a/skia/public/interfaces/BUILD.gn
+++ b/skia/public/interfaces/BUILD.gn
@@ -8,4 +8,9 @@ mojom("interfaces") {
sources = [
"bitmap.mojom",
]
+ typemaps = [ "skia.typemap" ]
+ typemap_deps = [
+ "//skia",
+ "//ui/gfx/ipc",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698