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

Unified Diff: mojo/mojo.gyp

Issue 134823005: Mojo: re-organize public tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix common tests 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
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index a31195d61a6660fe23ea9581fb650e9c0750b5c3..cca1c556ac4b81259c7fc96a130c642161eb804c 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', {

Powered by Google App Engine
This is Rietveld 408576698