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

Unified Diff: storage/browser/BUILD.gn

Issue 2055053003: [BlobAsync] Disk support for blob storage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes, working w/ Layout tests 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: storage/browser/BUILD.gn
diff --git a/storage/browser/BUILD.gn b/storage/browser/BUILD.gn
index 4a712dc73913b2b5a92413ebf20461e3bf6fe9ff..3f48d20d61ea9493f59bc0fceb7994110a9e0043 100644
--- a/storage/browser/BUILD.gn
+++ b/storage/browser/BUILD.gn
@@ -18,8 +18,14 @@ component("browser") {
"blob/blob_data_item.h",
"blob/blob_data_snapshot.cc",
"blob/blob_data_snapshot.h",
+ "blob/blob_flattener.cc",
+ "blob/blob_flattener.h",
+ "blob/blob_memory_controller.cc",
+ "blob/blob_memory_controller.h",
"blob/blob_reader.cc",
"blob/blob_reader.h",
+ "blob/blob_slice.cc",
+ "blob/blob_slice.h",
"blob/blob_storage_context.cc",
"blob/blob_storage_context.h",
"blob/blob_storage_registry.cc",

Powered by Google App Engine
This is Rietveld 408576698