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
This commit is contained in:
parent
ed51f6f22f
commit
4aa31e0744
@ -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',
|
||||||
}
|
}
|
||||||
|
2
DEPS
2
DEPS
@ -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 = {
|
||||||
|
2
Makefile
2
Makefile
@ -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 )
|
||||||
|
Loading…
Reference in New Issue
Block a user