diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | testing/gtest.gyp | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,7 @@ deps = { "http://open-vcdiff.googlecode.com/svn/trunk@22", "src/testing/gtest": - "http://googletest.googlecode.com/svn/trunk@167", + "http://googletest.googlecode.com/svn/trunk@214", "src/third_party/WebKit": "/trunk/deps/third_party/WebKit@12118", diff --git a/testing/gtest.gyp b/testing/gtest.gyp index acf906b..110fe14 100644 --- a/testing/gtest.gyp +++ b/testing/gtest.gyp @@ -34,6 +34,7 @@ 'gtest/include/gtest/gtest_pred_impl.h', 'gtest/include/gtest/gtest_prod.h', 'gtest/src/gtest-test-part.cc', + 'gtest/src/gtest-typed-test.cc', 'gtest/src/gtest-death-test.cc', 'gtest/src/gtest-filepath.cc', 'gtest/src/gtest-internal-inl.h', |