diff options
author | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-06 12:21:32 +0000 |
---|---|---|
committer | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-06 12:21:32 +0000 |
commit | 5efdd7a0776cdbf6873bf1d781f1dc23cd2e2f37 (patch) | |
tree | 090f24951809e48dec841bb643d62e6a1b0e0b31 /.DEPS.git | |
parent | fc2cfab9aa913204f519b550086c0534725daf8c (diff) | |
download | chromium_src-5efdd7a0776cdbf6873bf1d781f1dc23cd2e2f37.zip chromium_src-5efdd7a0776cdbf6873bf1d781f1dc23cd2e2f37.tar.gz chromium_src-5efdd7a0776cdbf6873bf1d781f1dc23cd2e2f37.tar.bz2 |
Update .DEPS.git
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180968 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': - '@8753de25124c70e785dc41e1b5020af61cf74d4b' + '@b8e37f3cb0897f083f4561260f5d4f1e57d7b283' } 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@406998b6739695b14e0a7f1f7b8492704cb8165b', + Var('git_url') + '/external/WebKit/Source/Platform/chromium/public.git@a039d969b07a4e8e3831019b0c9ff50efab07ce4', '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': |