• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1include_rules = [
2  # Don't depend on the rest of V8.
3  "-include",
4  "-src",
5  "+src/bigint",
6]
7
8specific_include_rules = {
9  # The public interface should not depend on internals.
10  "bigint.h": [
11    "-src/bigint",
12  ],
13}
14