diff options
author | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 00:57:25 +0000 |
---|---|---|
committer | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 00:57:25 +0000 |
commit | e6530318049963bdf26e62a57dee23b9a9abb892 (patch) | |
tree | 8611821fdf0aff1f6192c0ce2d6848614b859614 /.DEPS.git | |
parent | 9db8aaac3faff2680f843f451f9d2e4f0c9186fa (diff) | |
download | chromium_src-e6530318049963bdf26e62a57dee23b9a9abb892.zip chromium_src-e6530318049963bdf26e62a57dee23b9a9abb892.tar.gz chromium_src-e6530318049963bdf26e62a57dee23b9a9abb892.tar.bz2 |
Update .DEPS.git
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175956 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.DEPS.git')
-rw-r--r-- | .DEPS.git | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ vars = { 'git_url': 'https://chromium.googlesource.com', 'webkit_rev': - '@6984a439e267d8e442d51d0a7241986f7744ff42' + '@71e00dc983e1ad7b375fa285f84dfc7bf68deff8' } deps = { @@ -232,7 +232,7 @@ deps_os = { 'src/third_party/WebKit/Source': None, 'src/third_party/WebKit/Source/Platform/chromium/public': - Var('git_url') + '/external/WebKit/Source/Platform/chromium/public.git@d71bd6b86e8428c18e13ddd8c9b2fef5d069c654', + Var('git_url') + '/external/WebKit/Source/Platform/chromium/public.git@e05bb8b290d78e1beccdb201dc46c1208ba783bc', 'src/third_party/WebKit/Source/WebKit/chromium/public': Var('git_url') + '/external/WebKit/Source/WebKit/chromium/public.git@f46153c084d1d5db7336faadb669f57138c6aa8d', 'src/third_party/WebKit/Tools/DumpRenderTree': |