mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-01-11 16:42:32 -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/docs/",
|
||||||
"v8/samples/",
|
"v8/samples/",
|
||||||
"v8/test/",
|
"v8/test/",
|
||||||
"v8/tools/"
|
"v8/tools/",
|
||||||
]
|
|
||||||
|
|
||||||
include = [
|
|
||||||
# These files are required for the build.
|
# These files are required for the build.
|
||||||
".gn",
|
"!.gn",
|
||||||
"BUILD.gn",
|
"!BUILD.gn",
|
||||||
"tools/clang/scripts/update.py",
|
"!tools/clang/scripts/update.py",
|
||||||
"v8/test/torque/test-torque.tq",
|
"!v8/test/torque/test-torque.tq",
|
||||||
"v8/tools/gen-postmortem-metadata.py",
|
"!v8/tools/gen-postmortem-metadata.py",
|
||||||
"v8/tools/js2c.py",
|
"!v8/tools/js2c.py",
|
||||||
"v8/tools/run.py",
|
"!v8/tools/run.py",
|
||||||
"v8/tools/snapshot/asm_to_inline_asm.py",
|
"!v8/tools/snapshot/asm_to_inline_asm.py",
|
||||||
"v8/tools/testrunner/utils/dump_build_config.py",
|
"!v8/tools/testrunner/utils/dump_build_config.py",
|
||||||
]
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in a new issue