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

Unified Diff: mojo/mojo_public.gypi

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 | « 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 9b52a52b1ebff7ddcff13be79f8df98f9a6f3ac7..97977cb726c8eba5a9dc0ae6b9ed6a43c904abb7 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -357,10 +357,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',
],
'variables': {
@@ -373,7 +369,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