| 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",
|
| ]
|
| }
|
|
|