diff options
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,10 +32,10 @@ deps = { (Var("googlecode_url") % "open-vcdiff") + "/trunk@28", "src/testing/gtest": - (Var("googlecode_url") % "googletest") + "/trunk@492", + (Var("googlecode_url") % "googletest") + "/trunk@539", "src/testing/gmock": - "http://googlemock.googlecode.com/svn/trunk@300", + "http://googlemock.googlecode.com/svn/trunk@358", "src/third_party/angle": (Var("googlecode_url") % "angleproject") + "/trunk@562", |