Index: testing/gtest.gyp |
diff --git a/testing/gtest.gyp b/testing/gtest.gyp |
index a6b28f00cfd22201d0c280cd8e4f99525ef461d3..e813b497930cb9dc8469a2308d89d18726450a35 100644 |
--- a/testing/gtest.gyp |
+++ b/testing/gtest.gyp |
@@ -9,10 +9,10 @@ |
'type': '<(library)', |
'msvs_guid': 'BFE8E2A7-3B3B-43B0-A994-3058B852DB8B', |
'sources': [ |
- # Sources based on files in r267 of gmock. |
'gtest/include/gtest/gtest-death-test.h', |
'gtest/include/gtest/gtest-message.h', |
'gtest/include/gtest/gtest-param-test.h', |
+ 'gtest/include/gtest/gtest-printers.h', |
'gtest/include/gtest/gtest-spi.h', |
'gtest/include/gtest/gtest-test-part.h', |
'gtest/include/gtest/gtest-typed-test.h', |
@@ -34,6 +34,7 @@ |
'gtest/src/gtest-filepath.cc', |
'gtest/src/gtest-internal-inl.h', |
'gtest/src/gtest-port.cc', |
+ 'gtest/src/gtest-printers.cc', |
'gtest/src/gtest-test-part.cc', |
'gtest/src/gtest-typed-test.cc', |
'gtest/src/gtest.cc', |