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

Unified Diff: mojo/mojo_public.gypi

Issue 187183002: Add creation of ServiceManager to Content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge problem 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 | « mojo/mojo_examples.gypi ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public.gypi
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
index a17d3d4c6f66db74551b57d971d4d51ff26489c6..78ffb5165300e5b170a4433566c5f562effbd1a3 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -349,10 +349,6 @@
'target_name': 'mojo_shell_bindings',
'type': 'static_library',
'sources': [
- 'public/shell/lib/application.cc',
- 'public/shell/lib/service.cc',
- 'public/shell/application.h',
- 'public/shell/service.h',
'public/shell/shell.mojom',
],
'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
@@ -362,7 +358,22 @@
],
'export_dependent_settings': [
'mojo_bindings',
- 'mojo_system',
+ ],
+ },
+ {
+ 'target_name': 'mojo_shell_client',
+ 'type': 'static_library',
+ 'sources': [
+ 'public/shell/lib/application.cc',
+ 'public/shell/lib/service.cc',
+ 'public/shell/application.h',
+ 'public/shell/service.h',
+ ],
+ 'dependencies': [
+ 'mojo_shell_bindings',
+ ],
+ 'export_dependent_settings': [
+ 'mojo_shell_bindings',
],
},
],
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698