Add missing sub-repository in update_node.py.
NOTRY=true R=machenbach@chromium.org BUG=v8:6091 Review-Url: https://codereview.chromium.org/2757593002 Cr-Commit-Position: refs/heads/master@{#43862}
This commit is contained in:
parent
b880309bc7
commit
c5a46b7987
@ -11,7 +11,8 @@ import sys
|
||||
|
||||
TARGET_SUBDIR = os.path.join("deps", "v8")
|
||||
|
||||
SUB_REPOSITORIES = [ ["testing", "gtest"],
|
||||
SUB_REPOSITORIES = [ ["base", "trace_event", "common"],
|
||||
["testing", "gtest"],
|
||||
["third_party", "jinja2"],
|
||||
["third_party", "markupsafe"] ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user