Index: mojo/mojo_public.gypi |
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi |
index dc1de8380d5f78a1feb2c34bda53871047e00507..0c7a746ca05aeae986cf18b7b67c177e2c1b0b4c 100644 |
--- a/mojo/mojo_public.gypi |
+++ b/mojo/mojo_public.gypi |
@@ -53,7 +53,7 @@ |
], |
}, |
{ |
- 'target_name': 'mojo_public_test_support', |
+ 'target_name': 'mojo_public_test_utils', |
'type': 'static_library', |
'dependencies': [ |
'../base/base.gyp:base', |
@@ -61,8 +61,8 @@ |
'mojo_system', |
], |
'sources': [ |
- 'public/tests/test_support.cc', |
- 'public/tests/test_support.h', |
+ 'public/tests/test_utils.cc', |
+ 'public/tests/test_utils.h', |
], |
}, |
{ |
@@ -72,7 +72,7 @@ |
'../testing/gtest.gyp:gtest', |
'mojo_bindings', |
'mojo_environment_standalone', |
- 'mojo_public_test_support', |
+ 'mojo_public_test_utils', |
'mojo_run_all_unittests', |
'mojo_sample_service', |
'mojo_system', |
@@ -99,7 +99,7 @@ |
'../base/base.gyp:base', |
'../testing/gtest.gyp:gtest', |
'mojo_environment_standalone', |
- 'mojo_public_test_support', |
+ 'mojo_public_test_utils', |
'mojo_run_all_unittests', |
'mojo_system', |
'mojo_utility', |
@@ -115,7 +115,7 @@ |
'../base/base.gyp:base', |
'../testing/gtest.gyp:gtest', |
'mojo_bindings', |
- 'mojo_public_test_support', |
+ 'mojo_public_test_utils', |
'mojo_run_all_unittests', |
'mojo_system', |
], |
@@ -132,7 +132,7 @@ |
'../base/base.gyp:base', |
'../testing/gtest.gyp:gtest', |
'mojo_bindings', |
- 'mojo_public_test_support', |
+ 'mojo_public_test_utils', |
'mojo_run_all_unittests', |
'mojo_system', |
'mojo_utility', |
@@ -158,7 +158,7 @@ |
'dependencies': [ |
'../base/base.gyp:base', |
'../testing/gtest.gyp:gtest', |
- 'mojo_public_test_support', |
+ 'mojo_public_test_utils', |
'mojo_run_all_perftests', |
'mojo_system', |
], |