diff options
author | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-01 12:21:32 +0000 |
---|---|---|
committer | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-01 12:21:32 +0000 |
commit | 7f207d0e484e45d883e567d3b32c6abe1294597c (patch) | |
tree | b9b802ae34befb063f922401ca715899a05352a9 /.DEPS.git | |
parent | c0f781d9b3f2c584ba804eb3e6e538a9ee40a989 (diff) | |
download | chromium_src-7f207d0e484e45d883e567d3b32c6abe1294597c.zip chromium_src-7f207d0e484e45d883e567d3b32c6abe1294597c.tar.gz chromium_src-7f207d0e484e45d883e567d3b32c6abe1294597c.tar.bz2 |
Update .DEPS.git
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165345 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': - '@fb98b69ecc2f6d502c648e526d801239303626e8' + '@5c1167a4a05ea33ad3d6f571e0483aefe2a58799' } deps = { @@ -214,7 +214,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@400750153e9cfd1d4910056415ad20c00e2367ef', + Var('git_url') + '/external/WebKit/Source/Platform/chromium/public.git@1ff4439c2bf4f6e83bfbf96b40bd1670f7424387', 'src/third_party/WebKit/Source/WebKit/chromium/public': Var('git_url') + '/external/WebKit/Source/WebKit/chromium/public.git@cfbac1b0ed0f586828163205724ba09b47d8a8a5', 'src/third_party/WebKit/Tools/DumpRenderTree': |