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

Unified Diff: cc/BUILD.gn

Issue 1982893002: [blimp] Add SkPicture caching support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments from kmarshall Created 4 years, 6 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
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 63f80c21f375776a9a8d344c7a5951de93a1d219..aee5f10ba1770c512fd0d3096f49c49c7e28a354 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -317,6 +317,10 @@ component("cc") {
"proto/gpu_conversions.cc",
"proto/gpu_conversions.h",
"proto/image_serialization_processor.h",
+ "proto/picture_cache.cc",
+ "proto/picture_cache.h",
+ "proto/picture_cache_conversions.cc",
+ "proto/picture_cache_conversions.h",
"proto/skia_conversions.cc",
"proto/skia_conversions.h",
"proto/synced_property_conversions.cc",
@@ -616,6 +620,8 @@ source_set("test_support") {
"test/fake_output_surface_client.h",
"test/fake_painted_scrollbar_layer.cc",
"test/fake_painted_scrollbar_layer.h",
+ "test/fake_picture_cache.cc",
+ "test/fake_picture_cache.h",
"test/fake_picture_layer.cc",
"test/fake_picture_layer.h",
"test/fake_picture_layer_impl.cc",
@@ -857,6 +863,7 @@ test("cc_unittests") {
"proto/cc_conversions_unittest.cc",
"proto/gfx_conversions_unittest.cc",
"proto/gpu_conversions_unittest.cc",
+ "proto/picture_cache_conversions_unittest.cc",
"proto/skia_conversions_unittest.cc",
"proto/synced_property_conversions_unittest.cc",
"quads/draw_polygon_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698