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

Unified Diff: storage/storage_browser.gyp

Issue 1098853003: [BlobAsync] Patch 4: Browser Classes & Logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed duplicate invalid test Created 5 years 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 | « storage/common/data_element.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/storage_browser.gyp
diff --git a/storage/storage_browser.gyp b/storage/storage_browser.gyp
index 3f4b7eab7d4f9f0fd590b933ed046500e95128eb..87a1186169966434ccfa11c044b6f8b8bc9e0084 100644
--- a/storage/storage_browser.gyp
+++ b/storage/storage_browser.gyp
@@ -25,6 +25,10 @@
],
'defines': ['STORAGE_BROWSER_IMPLEMENTATION'],
'sources': [
+ 'browser/blob/blob_async_builder_host.cc',
+ 'browser/blob/blob_async_builder_host.h',
+ 'browser/blob/blob_async_transport_strategy.cc',
+ 'browser/blob/blob_async_transport_strategy.h',
'browser/blob/blob_data_builder.cc',
'browser/blob/blob_data_builder.h',
'browser/blob/blob_data_handle.cc',
« no previous file with comments | « storage/common/data_element.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698