[node] no longer copy jinja and markupsafe
These are now direct dependencies in Node.js. R=lushnikov@chromium.org Change-Id: I01a68394e2e22a1024b6c21b8222ac8b113fc693 Reviewed-on: https://chromium-review.googlesource.com/1179143 Commit-Queue: Yang Guo <yangguo@chromium.org> Reviewed-by: Peter Marshall <petermarshall@chromium.org> Reviewed-by: Camillo Bruni <cbruni@chromium.org> Cr-Commit-Position: refs/heads/master@{#55573}
This commit is contained in:
parent
b72fe64ee8
commit
d157fe49a5
@ -34,17 +34,12 @@ import node_common
|
||||
TARGET_SUBDIR = os.path.join("deps", "v8")
|
||||
|
||||
SUB_REPOSITORIES = [ ["base", "trace_event", "common"],
|
||||
["third_party", "googletest", "src"],
|
||||
["third_party", "jinja2"],
|
||||
["third_party", "markupsafe"] ]
|
||||
["third_party", "googletest", "src"] ]
|
||||
|
||||
DELETE_FROM_GITIGNORE = [ "/base",
|
||||
"/third_party/googletest/src",
|
||||
"/third_party/jinja2",
|
||||
"/third_party/markupsafe" ]
|
||||
"/third_party/googletest/src" ]
|
||||
|
||||
# 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.
|
||||
ADD_TO_GITIGNORE = [ "/third_party/googletest/*",
|
||||
"!/third_party/googletest/BUILD.gn",
|
||||
"!/third_party/googletest/src",
|
||||
@ -55,9 +50,7 @@ ADD_TO_GITIGNORE = [ "/third_party/googletest/*",
|
||||
"/third_party/googletest/src/googletest/include/*",
|
||||
"!/third_party/googletest/src/googletest/include/gtest",
|
||||
"/third_party/googletest/src/googletest/include/gtest/*",
|
||||
"!/third_party/googletest/src/googletest/include/gtest/gtest_prod.h",
|
||||
"!/third_party/jinja2",
|
||||
"!/third_party/markupsafe" ]
|
||||
"!/third_party/googletest/src/googletest/include/gtest/gtest_prod.h" ]
|
||||
|
||||
# Node.js owns deps/v8/gypfiles in their downstream repository.
|
||||
FILES_TO_KEEP = [ "gypfiles" ]
|
||||
|
Loading…
Reference in New Issue
Block a user