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

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: comments and rebase Created 4 years, 9 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
« no previous file with comments | « content/renderer/renderer_blink_platform_impl.cc ('k') | storage/browser/blob/blob_async_builder_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/BUILD.gn
diff --git a/storage/browser/BUILD.gn b/storage/browser/BUILD.gn
index c16e351691639f179076a4fe7caa6fed26fc6cbf..68027c0854e04f3fd5fc2ae65b7497e4b88a4950 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",
« no previous file with comments | « content/renderer/renderer_blink_platform_impl.cc ('k') | storage/browser/blob/blob_async_builder_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698