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

Unified Diff: sky/shell/BUILD.gn

Issue 1235813005: Add machinery for dumping SkPictures to disk (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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/shell/gpu/picture_serializer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/BUILD.gn
diff --git a/sky/shell/BUILD.gn b/sky/shell/BUILD.gn
index 89852ea05dda9381a051865da331512f4c2f8c5d..96c676cad9028b3390e00f3a3a40d93895a0a610 100644
--- a/sky/shell/BUILD.gn
+++ b/sky/shell/BUILD.gn
@@ -32,6 +32,8 @@ source_set("common") {
"gpu/ganesh_context.h",
"gpu/ganesh_surface.cc",
"gpu/ganesh_surface.h",
+ "gpu/picture_serializer.cc",
+ "gpu/picture_serializer.h",
"gpu/rasterizer.cc",
"gpu/rasterizer.h",
"gpu_delegate.cc",
« no previous file with comments | « no previous file | sky/shell/gpu/picture_serializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698