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

Unified Diff: content/content_browser.gypi

Issue 250143002: Media Galleries API: Audio/Video attached pictures support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make blob_storage_host a content/public interface with a content-private impl Created 6 years, 8 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 3c8ef72908a8a81fcfb7f7542efb40d44801fb83..01d8fbf3836a3ddf31c2876ecaf3288ad93bf449 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -115,6 +115,7 @@
'public/browser/favicon_status.cc',
'public/browser/favicon_status.h',
'public/browser/file_descriptor_info.h',
+ 'public/browser/fileapi/blob_storage_host.h',
'public/browser/font_list_async.h',
'public/browser/geolocation_permission_context.h',
'public/browser/geolocation_provider.h',
@@ -517,8 +518,8 @@
'browser/download/save_package.h',
'browser/download/save_types.cc',
'browser/download/save_types.h',
- 'browser/fileapi/blob_storage_host.cc',
- 'browser/fileapi/blob_storage_host.h',
+ 'browser/fileapi/blob_storage_host_impl.cc',
+ 'browser/fileapi/blob_storage_host_impl.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