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

Unified Diff: mojo/mojo.gyp

Issue 134823005: Mojo: re-organize public tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 11 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/common/common_type_converters_unittest.cc ('k') | mojo/mojo_public.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 08e48644f6ac7c9db77fd79de5463c45856a3da4..5c6568b53c13aa50122aa5e3c0aa81131517b990 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -18,14 +18,15 @@
'type': 'none',
'dependencies': [
'mojo_bindings',
- 'mojo_bindings_unittests',
'mojo_common_lib',
'mojo_common_unittests',
'mojo_js',
'mojo_js_unittests',
- 'mojo_public_perftests',
'mojo_public_test_support',
- 'mojo_public_unittests',
+ 'mojo_public_bindings_unittests',
+ 'mojo_public_system_perftests',
+ 'mojo_public_system_unittests',
+ 'mojo_public_utility_unittests',
'mojo_sample_app',
'mojo_shell',
'mojo_shell_lib',
@@ -34,7 +35,6 @@
'mojo_system_impl',
'mojo_system_unittests',
'mojo_utility',
- 'mojo_utility_unittests',
],
'conditions': [
['use_aura==1', {
« no previous file with comments | « mojo/common/common_type_converters_unittest.cc ('k') | mojo/mojo_public.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698