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

Unified Diff: content/content_browser.gypi

Issue 1234813004: [BlobAsync] Asynchronous Blob Construction Final Patch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blob-protocol-change
Patch Set: comments/fixes Created 4 years, 11 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 01e7a65cc7618da2a2ce0979f032336bf85ec112..ab48effa6664d38bbe6170ff2a8bd3e68f467c0a 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -438,6 +438,8 @@
'browser/background_sync/background_sync_status.h',
'browser/bad_message.cc',
'browser/bad_message.h',
+ 'browser/blob_storage/blob_dispatcher_host.cc',
+ 'browser/blob_storage/blob_dispatcher_host.h',
'browser/bluetooth/bluetooth_allowed_devices_map.cc',
'browser/bluetooth/bluetooth_allowed_devices_map.h',
'browser/bluetooth/bluetooth_dispatcher_host.cc',
@@ -678,8 +680,6 @@
'browser/download/save_types.h',
'browser/download/url_downloader.cc',
'browser/download/url_downloader.h',
- 'browser/fileapi/blob_storage_host.cc',
- 'browser/fileapi/blob_storage_host.h',
'browser/fileapi/browser_file_system_helper.cc',
'browser/fileapi/browser_file_system_helper.h',
'browser/fileapi/chrome_blob_storage_context.cc',

Powered by Google App Engine
This is Rietveld 408576698