Index: mojo/mojo.gyp |
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp |
index 6d2f3a70ee1672a19dea470ceaa4e728e82b43b0..846b271813632ebfea6d01bfb1ccb6cd488d5ee8 100644 |
--- a/mojo/mojo.gyp |
+++ b/mojo/mojo.gyp |
@@ -262,8 +262,8 @@ |
'mojo_system_impl', |
], |
'sources': [ |
- 'common/test/multiprocess_test_base.cc', |
- 'common/test/multiprocess_test_base.h', |
+ 'common/test/multiprocess_test_helper.cc', |
+ 'common/test/multiprocess_test_helper.h', |
'common/test/test_utils.h', |
'common/test/test_utils_posix.cc', |
'common/test/test_utils_win.cc', |
@@ -289,7 +289,7 @@ |
'common/common_type_converters_unittest.cc', |
'common/handle_watcher_unittest.cc', |
'common/message_pump_mojo_unittest.cc', |
- 'common/test/multiprocess_test_base_unittest.cc', |
+ 'common/test/multiprocess_test_helper_unittest.cc', |
], |
}, |
{ |