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

Unified Diff: blimp/common/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 vmpstr, including adding //cc/blimp 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: blimp/common/BUILD.gn
diff --git a/blimp/common/BUILD.gn b/blimp/common/BUILD.gn
index 4a11b7d21479641396dfeb61f88c9778911df7c7..b89727069fe005c3d84e35d9de9c9ff072594977 100644
--- a/blimp/common/BUILD.gn
+++ b/blimp/common/BUILD.gn
@@ -16,6 +16,8 @@ component("common") {
"blob_cache/in_memory_blob_cache.h",
"compositor/blimp_task_graph_runner.cc",
"compositor/blimp_task_graph_runner.h",
+ "compositor/reference_tracker.cc",
+ "compositor/reference_tracker.h",
"create_blimp_message.cc",
"create_blimp_message.h",
"get_client_token.cc",
@@ -64,6 +66,7 @@ source_set("unit_tests") {
sources = [
"blob_cache/id_util_unittest.cc",
"blob_cache/in_memory_blob_cache_unittest.cc",
+ "compositor/reference_tracker_unittest.cc",
"create_blimp_message_unittest.cc",
"logging_unittest.cc",
]
« no previous file with comments | « blimp/client/feature/compositor/blob_image_serialization_processor.cc ('k') | blimp/common/compositor/reference_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698