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:
yangguo 2017-03-16 05:54:55 -07:00 committed by Commit bot
parent b880309bc7
commit c5a46b7987

View File

@ -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"] ]