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

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: no icu 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
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/services/test_service/test_request_tracker.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_services.gypi
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
index 2fd4583d44089f6eec509f07dbeb0bb60f03b8af..0b5e1b98fbfca4dbc122d32adcc36f7fc5680d70 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -448,7 +448,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/test_request_tracker.mojom',
],
'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
'export_dependent_settings': [
@@ -459,7 +461,7 @@
],
},
{
- 'target_name': 'mojo_test_service',
+ 'target_name': 'mojo_test_app',
'type': 'loadable_module',
'dependencies': [
'../base/base.gyp:base',
@@ -471,10 +473,37 @@
],
'sources': [
'public/cpp/application/lib/mojo_main_standalone.cc',
+ 'services/test_service/test_request_tracker_client_impl.cc',
+ 'services/test_service/test_request_tracker_client_impl.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_request_tracker_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/test_request_tracker_client_impl.cc',
+ 'services/test_service/test_request_tracker_client_impl.h',
+ 'services/test_service/test_request_tracker_application.cc',
+ 'services/test_service/test_request_tracker_application.h',
+ 'services/test_service/test_time_service_impl.cc',
+ 'services/test_service/test_time_service_impl.h',
+ 'services/test_service/test_request_tracker_impl.cc',
+ 'services/test_service/test_request_tracker_impl.h',
],
},
{
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/services/test_service/test_request_tracker.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698