diff --git a/Cargo.toml b/Cargo.toml index d011c35e..4f559577 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,30 +35,16 @@ exclude = [ "v8/docs/", "v8/samples/", "v8/test/", - "v8/tools/profviz", - "v8/tools/turbolizer", - "v8/tools/testrunner", - "v8/tools/release", - "v8/tools/grokdump.py", - "v8/tools/mb", - "v8/tools/unittests", - "v8/tools/gcmole", - "v8/tools/clusterfuzz", - "v8/tools/heap-stats", - "v8/tools/profview", - "v8/tools/debug_helper", - "v8/tools/callstats.html", - "v8/tools/sanitizers", - "v8/tools/ignition", - "v8/third_party/wasm-api/", + "v8/tools/", # These files are required for the build. "!BUILD.gn", - "!test-torque.tq", - "!v8/tools/run.py", - "!v8/tools/testrunner/utils/dump_build_config.py", + "!tools/clang/scripts/update.py", + "!v8/test/torque/test-torque.tq", "!v8/tools/gen-postmortem-metadata.py", "!v8/tools/js2c.py", - "!tools/clang/scripts/update.py", + "!v8/tools/run.py", + "!v8/tools/snapshot/asm_to_inline_asm.py", + "!v8/tools/testrunner/utils/dump_build_config.py", ] [dependencies]