Commit 4aa31e07 authored by jochen@chromium.org's avatar jochen@chromium.org

Roll buildtools to 5d89977ce55240995d1596fe420b818468f5ec37

TBR=machenbach@chromium.org
LOG=n
BUG=none

Review URL: https://codereview.chromium.org/307403004

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21656 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent ed51f6f2
...@@ -14,7 +14,7 @@ deps = { ...@@ -14,7 +14,7 @@ deps = {
'v8/build/gyp': 'v8/build/gyp':
Var('git_url') + '/external/gyp.git@a3e2a5caf24a1e0a45401e09ad131210bf16b852', Var('git_url') + '/external/gyp.git@a3e2a5caf24a1e0a45401e09ad131210bf16b852',
'v8/buildtools': 'v8/buildtools':
Var('git_url') + '/chromium/buildtools.git@83ed7189066fd9b4b9ea15ffc2d4ab6d2da62571', Var('git_url') + '/chromium/buildtools.git@5d89977ce55240995d1596fe420b818468f5ec37',
'v8/third_party/icu': 'v8/third_party/icu':
Var('git_url') + '/chromium/deps/icu46.git@7a1ec88f69e25b3efcf76196d07f7815255db025', Var('git_url') + '/chromium/deps/icu46.git@7a1ec88f69e25b3efcf76196d07f7815255db025',
} }
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
vars = { vars = {
"chromium_trunk": "https://src.chromium.org/svn/trunk", "chromium_trunk": "https://src.chromium.org/svn/trunk",
"buildtools_revision": "83ed7189066fd9b4b9ea15ffc2d4ab6d2da62571", "buildtools_revision": "5d89977ce55240995d1596fe420b818468f5ec37",
} }
deps = { deps = {
......
...@@ -472,4 +472,4 @@ dependencies: ...@@ -472,4 +472,4 @@ dependencies:
git clone https://chromium.googlesource.com/chromium/buildtools.git; \ git clone https://chromium.googlesource.com/chromium/buildtools.git; \
cd buildtools; \ cd buildtools; \
git fetch origin; \ git fetch origin; \
git checkout 83ed7189066fd9b4b9ea15ffc2d4ab6d2da62571 ) git checkout 5d89977ce55240995d1596fe420b818468f5ec37 )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment