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

Unified Diff: mojo/mojo.gyp

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 | « 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 b8ae404e9e1add28db6b07528c2c0512149324cf..5eba05b1dd27558064d28789964255361b71e5fb 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -63,7 +63,8 @@
'mojo_system',
'mojo_system_impl',
'mojo_system_unittests',
- 'mojo_test_service',
+ 'mojo_test_app',
+ 'mojo_test_request_tracker_app',
'mojo_utility',
'mojo_view_manager_lib',
'mojo_view_manager_lib_unittests',
@@ -610,6 +611,7 @@
'type': '<(gtest_target_type)',
'dependencies': [
'../base/base.gyp:base',
+ '../base/base.gyp:base_i18n',
'../base/base.gyp:test_support_base',
'../testing/gtest.gyp:gtest',
# TODO(vtl): We don't currently need this, but I imagine we will soon.
@@ -620,7 +622,8 @@
'mojo_service_manager',
'mojo_shell_lib',
'mojo_system_impl',
- 'mojo_test_service',
+ 'mojo_test_app',
+ 'mojo_test_request_tracker_app',
'mojo_test_service_bindings',
],
'sources': [
« 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