| Index: tools/release/update_node.py
|
| diff --git a/tools/release/update_node.py b/tools/release/update_node.py
|
| index f715547587d2b7f072d2df9e30c55420d3f6a294..951a90da352f5f3c25dfb18925ddf88a4ec495cf 100755
|
| --- a/tools/release/update_node.py
|
| +++ b/tools/release/update_node.py
|
| @@ -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"] ]
|
|
|
|
|