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

Unified Diff: mojo/mojo.gyp

Issue 314293002: Mojo: Add a trivial end-to-end (in-process) test of Mojo shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments 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 | « no previous file | mojo/mojo_services.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 9786298792c5427460c2607d83f5d747e2a5d2fe..4218afdab623e1556e4ac76afaf99d7c91e688b3 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -56,6 +56,7 @@
'mojo_system',
'mojo_system_impl',
'mojo_system_unittests',
+ 'mojo_test_service',
'mojo_utility',
'mojo_view_manager_lib',
'mojo_view_manager_lib_unittests',
@@ -594,11 +595,13 @@
'mojo_service_manager',
'mojo_shell_lib',
'mojo_system_impl',
+ 'mojo_test_service_bindings',
],
'sources': [
'shell/child_process_host_unittest.cc',
'shell/shell_test_base.cc',
'shell/shell_test_base.h',
+ 'shell/shell_test_base_unittest.cc',
'shell/shell_test_main.cc',
],
},
« no previous file with comments | « no previous file | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698