mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-24 15:19:31 -05:00
Use "include" to specify kept files (#559)
This commit is contained in:
parent
756388c140
commit
e057d096fd
1 changed files with 13 additions and 10 deletions
23
Cargo.toml
23
Cargo.toml
|
@ -36,17 +36,20 @@ exclude = [
|
|||
"v8/docs/",
|
||||
"v8/samples/",
|
||||
"v8/test/",
|
||||
"v8/tools/",
|
||||
"v8/tools/"
|
||||
]
|
||||
|
||||
include = [
|
||||
# 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