diff options
author | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-06 21:30:20 +0000 |
---|---|---|
committer | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-06 21:30:20 +0000 |
commit | 887dc3f70d3b76050d626e5d7c01e5be220a67ed (patch) | |
tree | 8e3058c817458bf03b893c394e287d2c748f5694 /.DEPS.git | |
parent | bcfae6c266dfe500ea1a1fc6f9239dc8f29525ad (diff) | |
download | chromium_src-887dc3f70d3b76050d626e5d7c01e5be220a67ed.zip chromium_src-887dc3f70d3b76050d626e5d7c01e5be220a67ed.tar.gz chromium_src-887dc3f70d3b76050d626e5d7c01e5be220a67ed.tar.bz2 |
Update .DEPS.git
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181057 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': - '@c6798401f290b3f25e60b6e01f9c5e1a525ce163' + '@fb8ec258dd6d4085aa54abac8815ae9783780204' } deps = { @@ -234,7 +234,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@a039d969b07a4e8e3831019b0c9ff50efab07ce4', + Var('git_url') + '/external/WebKit/Source/Platform/chromium/public.git@8bd0d6302f25a019189d228868a515d9b51cfb41', 'src/third_party/WebKit/Source/WebKit/chromium/public': Var('git_url') + '/external/WebKit/Source/WebKit/chromium/public.git@935f36d9cb3e44006b72731c2bd650e0faaff6a9', 'src/third_party/WebKit/Tools/DumpRenderTree': |