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

Unified Diff: ui/gfx/image/mojo/BUILD.gn

Issue 2772113004: Make skia.mojom.Bitmap use shared buffer (Closed)
Patch Set: fix gn check Created 3 years, 9 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: ui/gfx/image/mojo/BUILD.gn
diff --git a/ui/gfx/image/mojo/BUILD.gn b/ui/gfx/image/mojo/BUILD.gn
index d7d0fe1591a7503a9c6287707d221133a4e7b960..2b7ad3434344aff8503d836ade3ab3bfcf032de5 100644
--- a/ui/gfx/image/mojo/BUILD.gn
+++ b/ui/gfx/image/mojo/BUILD.gn
@@ -8,6 +8,10 @@ mojom("interfaces") {
sources = [
"image.mojom",
]
+
+ public_deps = [
+ "//skia/public/interfaces",
+ ]
}
source_set("struct_traits") {

Powered by Google App Engine
This is Rietveld 408576698