aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/DEPS
blob: efc635b308ba59fa4c1a9d72e9e1966a43281e44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2019 the V8 project authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# Clients of these interfaces shouldn't depend on lots of compiler internals.
# Do not include anything from src/compiler here!
specific_include_rules = {
  "code-assembler.h": [
    "-src/compiler",
  ],
  "pipeline.h": [
    "-src/compiler",
  ],
  "wasm-compiler.h": [
    "-src/compiler",
  ],
}