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

Unified Diff: tools/release/update_node.py

Issue 2751513003: Small fixes to 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 | « tools/release/testdata/v8/.gitignore ('k') | 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 e6c3e5f1b927416901c1e4bac7a276868637d066..d4d2eafa114794a27294bf21d16ba9929a9eca38 100755
--- a/tools/release/update_node.py
+++ b/tools/release/update_node.py
@@ -16,7 +16,9 @@ SUB_REPOSITORIES = [ ["testing", "gtest"],
["third_party", "markupsafe"] ]
DELETE_FROM_GITIGNORE = [ "/base",
- "/testing/gtest" ]
+ "/testing/gtest",
+ "/third_party/jinja2",
+ "/third_party/markupsafe" ]
# Node.js requires only a single header file from gtest to build V8.
# Both jinja2 and markupsafe are required to generate part of the inspector.
« no previous file with comments | « tools/release/testdata/v8/.gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698