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

Unified Diff: mojo/skia/BUILD.gn

Issue 1534033002: Improve Ganesh helpers. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-8
Patch Set: rebase 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
« no previous file with comments | « no previous file | mojo/skia/ganesh_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/skia/BUILD.gn
diff --git a/mojo/skia/BUILD.gn b/mojo/skia/BUILD.gn
index 01459f2953789d2a2afe339f1c36720cc859be9e..60baa2f99203ebdfc65b165dd3371e7ff3985e35 100644
--- a/mojo/skia/BUILD.gn
+++ b/mojo/skia/BUILD.gn
@@ -8,8 +8,12 @@ source_set("skia") {
"ganesh_context.h",
"ganesh_framebuffer_surface.cc",
"ganesh_framebuffer_surface.h",
+ "ganesh_image_factory.cc",
+ "ganesh_image_factory.h",
"ganesh_texture_surface.cc",
"ganesh_texture_surface.h",
+ "type_converters.cc",
+ "type_converters.h",
]
deps = [
@@ -18,6 +22,7 @@ source_set("skia") {
"//mojo/gpu",
"//mojo/public/c/gpu",
"//mojo/public/c/gpu:MGL",
+ "//mojo/services/geometry/interfaces",
"//skia",
]
}
« no previous file with comments | « no previous file | mojo/skia/ganesh_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698