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

Unified Diff: content/content_browser.gypi

Issue 266373006: Blobs: Mechanism for creating Blobs in browser process, then transferring to renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move blob_handle to own class Created 6 years, 7 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 7c62bf8752f06d6e21607323244504736c86ef2c..6d9db8d55d72dc12eaa944e9f29582da000097b3 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -52,6 +52,8 @@
'public/browser/android/synchronous_compositor.h',
'public/browser/ax_event_notification_details.cc',
'public/browser/ax_event_notification_details.h',
+ 'public/browser/blob_context.h',
+ 'public/browser/blob_handle.h',
'public/browser/browser_accessibility_state.h',
'public/browser/browser_child_process_host.h',
'public/browser/browser_child_process_host_delegate.cc',

Powered by Google App Engine
This is Rietveld 408576698