mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-12-23 15:50:11 -05:00
This reverts commit e057d096fd
.
This commit is contained in:
parent
25622e306a
commit
f22a00e726
1 changed files with 10 additions and 13 deletions
23
Cargo.toml
23
Cargo.toml
|
@ -36,20 +36,17 @@ exclude = [
|
|||
"v8/docs/",
|
||||
"v8/samples/",
|
||||
"v8/test/",
|
||||
"v8/tools/"
|
||||
]
|
||||
|
||||
include = [
|
||||
"v8/tools/",
|
||||
# These files are required for the build.
|
||||
".gn",
|
||||
"BUILD.gn",
|
||||
"tools/clang/scripts/update.py",
|
||||
"v8/test/torque/test-torque.tq",
|
||||
"v8/tools/gen-postmortem-metadata.py",
|
||||
"v8/tools/js2c.py",
|
||||
"v8/tools/run.py",
|
||||
"v8/tools/snapshot/asm_to_inline_asm.py",
|
||||
"v8/tools/testrunner/utils/dump_build_config.py",
|
||||
"!.gn",
|
||||
"!BUILD.gn",
|
||||
"!tools/clang/scripts/update.py",
|
||||
"!v8/test/torque/test-torque.tq",
|
||||
"!v8/tools/gen-postmortem-metadata.py",
|
||||
"!v8/tools/js2c.py",
|
||||
"!v8/tools/run.py",
|
||||
"!v8/tools/snapshot/asm_to_inline_asm.py",
|
||||
"!v8/tools/testrunner/utils/dump_build_config.py",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in a new issue