diff options
author | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-11 03:36:21 +0000 |
---|---|---|
committer | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-11 03:36:21 +0000 |
commit | f3ec537707924486d83ee670d506baa4e8e6ad71 (patch) | |
tree | 9375866111194e4d91aad37812fb129e95f1f0bc /.DEPS.git | |
parent | 4e701ac5482db7e4aa68e2893c6abf737d8081a0 (diff) | |
download | chromium_src-f3ec537707924486d83ee670d506baa4e8e6ad71.zip chromium_src-f3ec537707924486d83ee670d506baa4e8e6ad71.tar.gz chromium_src-f3ec537707924486d83ee670d506baa4e8e6ad71.tar.bz2 |
Update .DEPS.git
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161286 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': - '@0b44ae9d9fe04134a8ad7088e9fba10a89281821' + '@c9622c314bb65e82fe9db0b1eca0a2cd2e20195f' } 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@f3bf31f09f2a85b5f9609bc0be3bedc244d4926d', + Var('git_url') + '/external/WebKit/Source/Platform/chromium/public.git@f98e19e366b1aa2484882f10af28283e3b73c2ec', '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': |