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

Unified Diff: mojo/mojo.gyp

Issue 423963004: First cut at "content handling" support in Mojo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use URLResponse with ContentHandler interface instead of data pipe Created 6 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: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 0cec9137058d641d830bf2c03934f4757a3fbd53..60e3245209087b79748806e07f7ea9c76614bf88 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -492,13 +492,16 @@
'../net/net.gyp:net',
'../url/url.gyp:url_lib',
'mojo_common_lib',
+ 'mojo_content_handler_bindings',
'mojo_environment_chromium',
+ 'mojo_network_bindings',
'mojo_service_provider_bindings',
'<(mojo_system_for_component)',
],
'sources': [
'service_manager/background_service_loader.cc',
'service_manager/background_service_loader.h',
+ 'service_manager/service_loader.cc',
'service_manager/service_loader.h',
'service_manager/service_manager.cc',
'service_manager/service_manager.h',

Powered by Google App Engine
This is Rietveld 408576698