summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base/base.gyp7
1 files changed, 6 insertions, 1 deletions
diff --git a/base/base.gyp b/base/base.gyp
index a280f14..a495d49 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -576,6 +576,12 @@
'type': 'executable',
'msvs_guid': '27A30967-4BBA-48D1-8522-CDE95F7B1CEC',
'sources': [
+ # Infrastructure files.
+ 'multiprocess_test.h',
+ 'run_all_unittests.cc',
+ 'test_suite.h',
+
+ # Tests.
'at_exit_unittest.cc',
'atomicops_unittest.cc',
'clipboard_unittest.cc',
@@ -619,7 +625,6 @@
'process_util_unittest.cc',
'rand_util_unittest.cc',
'ref_counted_unittest.cc',
- 'run_all_unittests.cc',
'scoped_bstr_win_unittest.cc',
'scoped_comptr_win_unittest.cc',
'scoped_ptr_unittest.cc',