blob: 3700fc2b3bf6d4eb109394f448ece5a4d2664f7e [file]
include_rules = [
# Don't depend on the rest of V8.
"-include",
"-src",
"+src/bigint",
]
specific_include_rules = {
# The public interface should not depend on internals.
"bigint.h": [
"-src/bigint",
],
}