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

Unified Diff: mojo/mojo_public.gypi

Issue 132353006: Mojo: Rename public/tests/test_support.* -> test_utils.*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: grrr Created 6 years, 10 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/mojo.gyp ('k') | mojo/public/bindings/tests/handle_passing_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/public/bindings/tests/handle_passing_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698