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

Unified Diff: mojo/mojo.gyp

Issue 213313004: Add creation of ServiceManager to Content (2nd try) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add shell_client to mojo_pepper_container_app Created 6 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/content_tests.gypi ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 6f682fa5d6ead6bc545efb13c899154a3ff11c29..e2457fdf2fbacb15bf148644bad88f6ecdc5ff2e 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -346,21 +346,27 @@
},
{
'target_name': 'mojo_service_manager',
- 'type': 'static_library',
+ 'type': '<(component)',
+ 'defines': [
+ 'MOJO_SERVICE_MANAGER_IMPLEMENTATION',
+ ],
'dependencies': [
'../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../net/net.gyp:net',
'../url/url.gyp:url_lib',
+ 'mojo_environment_chromium',
'mojo_shell_bindings',
],
'sources': [
'service_manager/service_loader.h',
'service_manager/service_manager.cc',
'service_manager/service_manager.h',
+ 'service_manager/service_manager_export.h',
],
'export_dependent_settings': [
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
+ 'mojo_shell_bindings',
],
},
{
@@ -372,8 +378,8 @@
'../net/net.gyp:net',
'../url/url.gyp:url_lib',
'mojo_gles2_impl',
- 'mojo_shell_bindings',
'mojo_service_manager',
+ 'mojo_shell_bindings',
'mojo_system',
'mojo_system_impl',
'mojo_native_viewport_service',
@@ -432,7 +438,7 @@
'../url/url.gyp:url_lib',
'mojo_common_lib',
'mojo_environment_chromium',
- 'mojo_shell_bindings',
+ 'mojo_service_manager',
'mojo_shell_lib',
'mojo_system',
'mojo_system_impl',
@@ -447,12 +453,13 @@
'dependencies': [
'../base/base.gyp:base',
'../testing/gtest.gyp:gtest',
+ '../url/url.gyp:url_lib',
'mojo_bindings',
- 'mojo_environment_standalone',
+ 'mojo_environment_chromium',
'mojo_run_all_unittests',
'mojo_service_manager',
+ 'mojo_shell_client',
'mojo_system',
- 'mojo_utility',
],
'variables': {
'mojom_base_output_dir': 'mojo',
« no previous file with comments | « content/content_tests.gypi ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698