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

Unified Diff: blimp/common/BUILD.gn

Issue 1867653002: Initial version of Blimp BlobCache. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed BlobId from 'const std::string' to 'std::string' Created 4 years, 8 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 2bfed0f75c62d7cee498f5d8862cd3e684a35bfe..a1496c113b190db7517e4fddcfdb9c59308be6ae 100644
--- a/blimp/common/BUILD.gn
+++ b/blimp/common/BUILD.gn
@@ -7,6 +7,11 @@ import("//testing/test.gni")
component("blimp_common") {
sources = [
"blimp_common_export.h",
+ "blob_cache/blob_cache.h",
+ "blob_cache/in_memory_blob_cache.cc",
+ "blob_cache/in_memory_blob_cache.h",
+ "blob_cache/sha1_util.cc",
+ "blob_cache/sha1_util.h",
"compositor/blimp_image_serialization_processor.cc",
"compositor/blimp_image_serialization_processor.h",
"compositor/blimp_task_graph_runner.cc",
@@ -37,6 +42,7 @@ source_set("unit_tests") {
testonly = true
sources = [
+ "blob_cache/in_memory_blob_cache_unittest.cc",
"create_blimp_message_unittest.cc",
"logging_unittest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698