diff options
author | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-27 05:51:27 +0000 |
---|---|---|
committer | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-27 05:51:27 +0000 |
commit | 778b1b9186d606b1b7a2057000a88e96ba91f2fa (patch) | |
tree | f5428cacec94ec8b560b16274e189fe6bfc54e6a /.DEPS.git | |
parent | 931d61f57e7d29bc4f071eff5a3776c714aae243 (diff) | |
download | chromium_src-778b1b9186d606b1b7a2057000a88e96ba91f2fa.zip chromium_src-778b1b9186d606b1b7a2057000a88e96ba91f2fa.tar.gz chromium_src-778b1b9186d606b1b7a2057000a88e96ba91f2fa.tar.bz2 |
Update .DEPS.git
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174666 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': - '@1a833664e6a15be9e7f0ea3b9d8949e0f2ca72c2' + '@6773928aa7d525e3d35cd44e3cdb8246e95c7662' } 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@9ad82117bc8f86e3a0de2413bbe619ea1b84cc89', + Var('git_url') + '/external/WebKit/Source/Platform/chromium/public.git@6529d4b4c45d3f686e8b66be31b87655010fa26b', 'src/third_party/WebKit/Source/WebKit/chromium/public': Var('git_url') + '/external/WebKit/Source/WebKit/chromium/public.git@4a9c1aecaf8a337fda653076cee4a76440ac13cb', 'src/third_party/WebKit/Tools/DumpRenderTree': |