Commit 440e5d4f by Jamie Madill

Roll googletest.

This also moves us to the Chromium googletest mirror. It may cause conflicts with developer setups if they have the folder open when they try to gclient sync. BUG=angleproject:997 Change-Id: I94a629c50cb6ea6fc0020e3ec9ee93b7088d964b Reviewed-on: https://chromium-review.googlesource.com/270108Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarJamie Madill <jmadill@chromium.org>
parent f51bc795
...@@ -5,7 +5,7 @@ deps = { ...@@ -5,7 +5,7 @@ deps = {
# TODO(kbr): figure out how to better stay in sync with Chromium's # TODO(kbr): figure out how to better stay in sync with Chromium's
# versions of googletest and googlemock. # versions of googletest and googlemock.
"src/tests/third_party/googletest": "src/tests/third_party/googletest":
"http://googletest.googlecode.com/svn/trunk@629", "http://chromium.googlesource.com/external/googletest.git@be1868139ffe0ccd0e8e3b37292b84c821d9c8ad",
"src/tests/third_party/googlemock": "src/tests/third_party/googlemock":
"http://googlemock.googlecode.com/svn/trunk@410", "http://googlemock.googlecode.com/svn/trunk@410",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment