| Index: sky/compositor/BUILD.gn
|
| diff --git a/sky/compositor/BUILD.gn b/sky/compositor/BUILD.gn
|
| index 6f037aca41e06755f2f3e59922b9b30dea193bcd..fdb5167827893911551eaa1873f8daaf1c4ebf63 100644
|
| --- a/sky/compositor/BUILD.gn
|
| +++ b/sky/compositor/BUILD.gn
|
| @@ -12,6 +12,8 @@ source_set("compositor") {
|
| "layer_host.h",
|
| "layer_host_client.cc",
|
| "layer_host_client.h",
|
| + "picture_serializer.cc",
|
| + "picture_serializer.h",
|
| "rasterizer.cc",
|
| "rasterizer.h",
|
| "rasterizer_bitmap.cc",
|
| @@ -44,6 +46,8 @@ source_set("compositor") {
|
| "//mojo/services/surfaces/public/interfaces:surface_id",
|
| "//mojo/skia",
|
| "//skia",
|
| + "//third_party/libpng",
|
| + "//ui/gfx",
|
| "//ui/gfx/geometry",
|
| ]
|
| }
|
|
|