Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: tools/release/update_node.py

Issue 2757593002: Add missing sub-repository in update_node.py. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"] ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698