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

Unified Diff: mojo/mojo_services.gypi

Issue 349303006: mojo: add some end-to-end shell tests and a new test sample app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ServiceProvider rebase Created 6 years, 6 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_services.gypi
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
index b4848597dc72c58dc596998ebc011045b6bff3f3..8e47b7b15d650e2bb948fcad8128a12fd9ce0b51 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -385,7 +385,9 @@
'target_name': 'mojo_test_service_bindings',
'type': 'static_library',
'sources': [
+ # TODO(tim): Move to services/public/interfaces?
'services/test_service/test_service.mojom',
+ 'services/test_service/toy_monitoring_service.mojom',
],
'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
'export_dependent_settings': [
@@ -396,7 +398,7 @@
],
},
{
- 'target_name': 'mojo_test_service',
+ 'target_name': 'mojo_test_app',
'type': 'loadable_module',
'dependencies': [
'../base/base.gyp:base',
@@ -408,10 +410,37 @@
],
'sources': [
'public/cpp/application/lib/mojo_main_standalone.cc',
+ 'services/test_service/monitoring_uploader.cc',
+ 'services/test_service/monitoring_uploader.h',
'services/test_service/test_service_application.cc',
'services/test_service/test_service_application.h',
'services/test_service/test_service_impl.cc',
'services/test_service/test_service_impl.h',
+ 'services/test_service/test_time_service_impl.cc',
+ 'services/test_service/test_time_service_impl.h',
+ ],
+ },
+ {
+ 'target_name': 'mojo_test_monitoring_app',
+ 'type': 'loadable_module',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ 'mojo_application',
+ 'mojo_environment_standalone',
+ 'mojo_test_service_bindings',
+ 'mojo_system',
+ 'mojo_utility',
+ ],
+ 'sources': [
+ 'public/cpp/application/lib/mojo_main_standalone.cc',
+ 'services/test_service/monitoring_uploader.cc',
+ 'services/test_service/monitoring_uploader.h',
+ 'services/test_service/test_monitoring_application.cc',
+ 'services/test_service/test_monitoring_application.h',
+ 'services/test_service/test_time_service_impl.cc',
+ 'services/test_service/test_time_service_impl.h',
+ 'services/test_service/toy_monitoring_service_impl.cc',
+ 'services/test_service/toy_monitoring_service_impl.h',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698