Update V8 DEPS.
Rolling v8/build/gyp to 133eaf70b3720b7413017ef3f9c42f6811ef9347 Rolling v8/third_party/icu to 0d572d65aae621e13d6863fe470c9c8cee71043d This is the same as the auto-generated version, but with a landmine: https://codereview.chromium.org/1824563002/ TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org Committed: https://crrev.com/1d6dba43c2b61900be68777297634e05d479a25a Cr-Commit-Position: refs/heads/master@{#34914} patch from issue 1824563002 at patchset 1 (http://crrev.com/1824563002#ps1) BUG= Review URL: https://codereview.chromium.org/1820823002 Cr-Commit-Position: refs/heads/master@{#34921}
This commit is contained in:
parent
acbb968ded
commit
741ec01107
4
DEPS
4
DEPS
@ -8,9 +8,9 @@ vars = {
|
||||
|
||||
deps = {
|
||||
"v8/build/gyp":
|
||||
Var("git_url") + "/external/gyp.git" + "@" + "61259d585ce99d9de8b35188cd0025bdbcb58411",
|
||||
Var("git_url") + "/external/gyp.git" + "@" + "133eaf70b3720b7413017ef3f9c42f6811ef9347",
|
||||
"v8/third_party/icu":
|
||||
Var("git_url") + "/chromium/deps/icu.git" + "@" + "6d3b55dfa17d9a597c064eeef7ceac18c73184b7",
|
||||
Var("git_url") + "/chromium/deps/icu.git" + "@" + "0d572d65aae621e13d6863fe470c9c8cee71043d",
|
||||
"v8/buildtools":
|
||||
Var("git_url") + "/chromium/buildtools.git" + "@" + "7274f1c726640bce4cd4c4198e1ee62a0b29bb89",
|
||||
"v8/base/trace_event/common":
|
||||
|
@ -26,6 +26,7 @@ def main():
|
||||
print 'Cleanup after windows ninja switch attempt.'
|
||||
print 'Switching to pinned msvs toolchain.'
|
||||
print 'Clobbering to hopefully resolve problem with mksnapshot'
|
||||
print 'Clobber after ICU roll.'
|
||||
return 0
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user