Index: testing/gtest.gyp |
diff --git a/testing/gtest.gyp b/testing/gtest.gyp |
index 695439a7ce338523d55c7427d852844d12ec8efc..ce354a5b4f184820ea4d2506593ab28b5061d6a3 100644 |
--- a/testing/gtest.gyp |
+++ b/testing/gtest.gyp |
@@ -37,6 +37,9 @@ |
'gtest/src/gtest-test-part.cc', |
'gtest/src/gtest-typed-test.cc', |
'gtest/src/gtest.cc', |
+ 'multiprocess_func_list.cc', |
+ 'multiprocess_func_list.h', |
+ 'platform_test.h', |
], |
'sources!': [ |
'gtest/src/gtest-all.cc', # Not needed by our build. |