| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 17db0e93452d2ea1c0445ef4893bf529b17926e1..075aed5e02a0aecfc0d30a9b6bf000a1f2d4f297 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -72,7 +72,11 @@ deps = {
|
|
|
| # gtest 1.3.0
|
| _third_party_base + "gtest/files":
|
| - "http://googletest.googlecode.com/svn/trunk@209",
|
| + "http://googletest.googlecode.com/svn/trunk@327",
|
| +
|
| + # googlemock 1.4
|
| + _third_party_base + "gmock/files":
|
| + "http://googlemock.googlecode.com/svn/trunk@221",
|
|
|
| # gtk+2.0 - branch at 2.18.3, need to fix our clone somehow.
|
| _third_party_base + "gtk+2.0": "/gtkplus2.0.git",
|
|
|