diff options
author | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-02 21:30:04 +0000 |
---|---|---|
committer | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-02 21:30:04 +0000 |
commit | 25eba42040a4e61036ba9dc17bf4e4a625b952c4 (patch) | |
tree | 99a5bc876dcecf9c8def9770cc8c8d03c0c58b27 /.DEPS.git | |
parent | 13170a5c063ec36335aca52f1486af3819e8a956 (diff) | |
download | chromium_src-25eba42040a4e61036ba9dc17bf4e4a625b952c4.zip chromium_src-25eba42040a4e61036ba9dc17bf4e4a625b952c4.tar.gz chromium_src-25eba42040a4e61036ba9dc17bf4e4a625b952c4.tar.bz2 |
Update .DEPS.git
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191901 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': - '@b87b49e720325b8daff823252299337eb4587804' + '@258ce5abdd687659e056dc7d566ac0b6ba29435a' } deps = { @@ -240,7 +240,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@ad66491450101178db06dc094cb1836fb3d80825', + Var('git_url') + '/external/WebKit/Source/Platform/chromium/public.git@43154f7003469696f4e323bdd56536a99eb846fa', 'src/third_party/WebKit/Source/WebKit/chromium/public': Var('git_url') + '/external/WebKit/Source/WebKit/chromium/public.git@da64b3cf0ea5fd4ffe707509f598d27459264bcd', 'src/third_party/WebKit/Tools/DumpRenderTree': |