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

Unified Diff: content/content_child.gypi

Issue 1292523002: [BlobAsync] Patch 3: Renderer Classes & Logic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@async2
Patch Set: Created 5 years, 4 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_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index 2fdd780469a28cc29f3300c280bf09e3a79c4c7d..468f01170954aa7df08b792886c4bc833f1e77fc 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -53,8 +53,15 @@
'child/background_sync/background_sync_type_converters.h',
'child/blink_platform_impl.cc',
'child/blink_platform_impl.h',
+ 'child/blob_storage/blob_consolidation.h',
'child/blob_storage/blob_consolidation.cc',
'child/blob_storage/blob_consolidation.h',
+ 'child/blob_storage/blob_message_filter.h',
+ 'child/blob_storage/blob_message_filter.cc',
+ 'child/blob_storage/blob_transport_controller.cc',
+ 'child/blob_storage/blob_transport_controller.h',
+ 'child/blob_storage/blob_transport_temporary_holder.cc',
+ 'child/blob_storage/blob_transport_temporary_holder.h',
'child/browser_font_resource_trusted.cc',
'child/browser_font_resource_trusted.h',
'child/child_discardable_shared_memory_manager.cc',

Powered by Google App Engine
This is Rietveld 408576698