diff options
author | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-11 00:33:29 +0000 |
---|---|---|
committer | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-11 00:33:29 +0000 |
commit | ea2154e4be5cd58e6afef0caa5e4ddcd956fb971 (patch) | |
tree | fa7576a11141d21e7f571335c0200471d5c3b2bf /.DEPS.git | |
parent | bb8a7333a4bd71cd72d4db3b63e07fa6932988b8 (diff) | |
download | chromium_src-ea2154e4be5cd58e6afef0caa5e4ddcd956fb971.zip chromium_src-ea2154e4be5cd58e6afef0caa5e4ddcd956fb971.tar.gz chromium_src-ea2154e4be5cd58e6afef0caa5e4ddcd956fb971.tar.bz2 |
Update .DEPS.git
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161241 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': 'http://git.chromium.org', 'webkit_rev': - '@dee7d49c1ba4080bfb2db1f1d0384c75362a0af2' + '@0b44ae9d9fe04134a8ad7088e9fba10a89281821' } deps = { @@ -212,7 +212,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@c1912387424df46652971edfc76aa62eff3c4c2d', + Var('git_url') + '/external/WebKit/Source/Platform/chromium/public.git@f3bf31f09f2a85b5f9609bc0be3bedc244d4926d', 'src/third_party/WebKit/Source/WebKit/chromium/public': Var('git_url') + '/external/WebKit/Source/WebKit/chromium/public.git@3aad2142c5a453909c65873b321f12a48e7eac63', 'src/third_party/WebKit/Tools/DumpRenderTree': |