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

Unified Diff: storage/browser/BUILD.gn

Issue 1098853003: [BlobAsync] Patch 4: Browser Classes & Logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments, and simplification Created 5 years, 1 month 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 e3bfa8131056f10242c35d98069dd84150575f63..1b96575fcebf0685f1613df59e2d368b183cd55e 100644
--- a/storage/browser/BUILD.gn
+++ b/storage/browser/BUILD.gn
@@ -6,6 +6,10 @@
component("browser") {
output_name = "storage_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_data_builder.cc",
"blob/blob_data_builder.h",
"blob/blob_data_handle.cc",

Powered by Google App Engine
This is Rietveld 408576698