summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--testing/gtest.gyp1
2 files changed, 2 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 478b3c2..50e0ddb 100644
--- a/DEPS
+++ b/DEPS
@@ -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',