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

Unified Diff: content/content_browser.gypi

Issue 12637006: Reland r187230: Implement the Stream registry in content (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 7 years, 9 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
« no previous file with comments | « content/browser/streams/stream_write_observer.h ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index e31f9b6b0647272da48db063c06485aa3e9ae4ca..afc44a98fbc94bb966d94096847b4642f14b010b 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -868,6 +868,14 @@
'browser/ssl/ssl_policy.h',
'browser/ssl/ssl_request_info.cc',
'browser/ssl/ssl_request_info.h',
+ 'browser/streams/stream.cc',
+ 'browser/streams/stream.h',
+ 'browser/streams/stream_context.cc',
+ 'browser/streams/stream_context.h',
+ 'browser/streams/stream_read_observer.h',
+ 'browser/streams/stream_registry.cc',
+ 'browser/streams/stream_registry.h',
+ 'browser/streams/stream_write_observer.h',
'browser/storage_partition_impl.cc',
'browser/storage_partition_impl.h',
'browser/storage_partition_impl_map.cc',
« no previous file with comments | « content/browser/streams/stream_write_observer.h ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698