diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-29 21:51:45 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-29 21:51:45 +0000 |
commit | d72c1ab304c4f55b10c0449db30d5da256519158 (patch) | |
tree | ef2f22612dc9be029dc0c89557e6fd831e3b2734 /DEPS | |
parent | 4cf463cca2a44b4c8c29b15f51847efa7a7e6ec2 (diff) | |
download | chromium_src-d72c1ab304c4f55b10c0449db30d5da256519158.zip chromium_src-d72c1ab304c4f55b10c0449db30d5da256519158.tar.gz chromium_src-d72c1ab304c4f55b10c0449db30d5da256519158.tar.bz2 |
Upgrading GTest to r243, to include a patch required by the soon to come browser tests.
BUG=None
TEST=make sure all tests (unit-tests, ui-tests...) still work.
Review URL: http://codereview.chromium.org/100032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14897 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ deps = { "http://open-vcdiff.googlecode.com/svn/trunk@26", "src/testing/gtest": - "http://googletest.googlecode.com/svn/trunk@214", + "http://googletest.googlecode.com/svn/trunk@243", "src/third_party/WebKit": "/trunk/deps/third_party/WebKit@14860", |