From 1fc632e22197495932f1279b56ad775b495e9ffe Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Mon, 12 Sep 2011 22:41:39 +0000 Subject: [PATCH] Add gmock 1.6.0 to DEPS. Review URL: http://webrtc-codereview.appspot.com/132016 git-svn-id: http://webrtc.googlecode.com/svn/trunk@587 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DEPS b/DEPS index a48b81580a..10779eeafd 100644 --- a/DEPS +++ b/DEPS @@ -19,6 +19,9 @@ deps = { "trunk/testing/gtest": (Var("googlecode_url") % "googletest") + "/trunk@573", + "trunk/testing/gmock": + (Var("googlecode_url") % "googlemock") + "/trunk@386", + "trunk/tools/gyp": (Var("googlecode_url") % "gyp") + "/trunk@1012",