| # 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", | |
| ], | |
| } |