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

Unified Diff: sky/compositor/BUILD.gn

Issue 853863003: Serialize SkPictures to the file system (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 | sky/compositor/layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « no previous file | sky/compositor/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698