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
This commit is contained in:
andrew@webrtc.org 2011-09-12 22:41:39 +00:00
parent 6dd006e706
commit 1fc632e221

3
DEPS
View File

@ -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",