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

Unified Diff: storage/browser/BUILD.gn

Issue 1234813004: [BlobAsync] Asynchronous Blob Construction Final Patch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blob-protocol-change
Patch Set: added shared memory test, and fixed memory leak Created 4 years, 10 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 1b96575fcebf0685f1613df59e2d368b183cd55e..413f5d479c1dce8d89882853a4e215fe115eb981 100644
--- a/storage/browser/BUILD.gn
+++ b/storage/browser/BUILD.gn
@@ -8,8 +8,8 @@ component("browser") {
sources = [
"blob/blob_async_builder_host.cc",
"blob/blob_async_builder_host.h",
- "blob/blob_async_transport_strategy.cc",
- "blob/blob_async_transport_strategy.h",
+ "blob/blob_async_transport_request_builder.cc",
+ "blob/blob_async_transport_request_builder.h",
"blob/blob_data_builder.cc",
"blob/blob_data_builder.h",
"blob/blob_data_handle.cc",

Powered by Google App Engine
This is Rietveld 408576698