Commit c5a46b79 authored by yangguo's avatar yangguo Committed by Commit bot

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}
parent b880309b
...@@ -11,7 +11,8 @@ import sys ...@@ -11,7 +11,8 @@ import sys
TARGET_SUBDIR = os.path.join("deps", "v8") TARGET_SUBDIR = os.path.join("deps", "v8")
SUB_REPOSITORIES = [ ["testing", "gtest"], SUB_REPOSITORIES = [ ["base", "trace_event", "common"],
["testing", "gtest"],
["third_party", "jinja2"], ["third_party", "jinja2"],
["third_party", "markupsafe"] ] ["third_party", "markupsafe"] ]
......
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