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

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: merge origin/master 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 bd3c3868c8d26426d5e9c50450f7f4853edc9374..7b4461f0bc133e9dfb4445874205550b2e79f9e3 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -307,11 +307,17 @@ component("cc") {
"proto/base_conversions.h",
"proto/cc_conversions.cc",
"proto/cc_conversions.h",
+ "proto/client_picture_cache.h",
+ "proto/engine_picture_cache.h",
"proto/gfx_conversions.cc",
"proto/gfx_conversions.h",
"proto/gpu_conversions.cc",
"proto/gpu_conversions.h",
"proto/image_serialization_processor.h",
+ "proto/picture_data.cc",
+ "proto/picture_data.h",
+ "proto/picture_data_conversions.cc",
+ "proto/picture_data_conversions.h",
"proto/skia_conversions.cc",
"proto/skia_conversions.h",
"proto/synced_property_conversions.cc",
@@ -588,8 +594,12 @@ source_set("test_support") {
"test/failure_output_surface.h",
"test/fake_channel_impl.cc",
"test/fake_channel_impl.h",
+ "test/fake_client_picture_cache.cc",
+ "test/fake_client_picture_cache.h",
"test/fake_content_layer_client.cc",
"test/fake_content_layer_client.h",
+ "test/fake_engine_picture_cache.cc",
+ "test/fake_engine_picture_cache.h",
"test/fake_external_begin_frame_source.cc",
"test/fake_external_begin_frame_source.h",
"test/fake_image_serialization_processor.cc",
@@ -667,6 +677,8 @@ source_set("test_support") {
"test/ordered_texture_map.h",
"test/paths.cc",
"test/paths.h",
+ "test/picture_cache_model.cc",
+ "test/picture_cache_model.h",
"test/pixel_comparator.cc",
"test/pixel_comparator.h",
"test/pixel_test.cc",
@@ -855,6 +867,7 @@ test("cc_unittests") {
"proto/cc_conversions_unittest.cc",
"proto/gfx_conversions_unittest.cc",
"proto/gpu_conversions_unittest.cc",
+ "proto/picture_data_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