summaryrefslogtreecommitdiff
path: root/deps/v8/src/maglev/DEPS
blob: 6bb6ecf188102904f059c9d9680ddb51488094f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
include_rules = [
  # Allow Maglev to depend on TurboFan data structures.
  # TODO(v8:7700): Clean up these dependencies by extracting common code to a
  # separate directory.
  "+src/compiler",
]
specific_include_rules = {
  "maglev-graph-builder\.h": [
    "+src/interpreter/interpreter-intrinsics.h",
  ],
}