1# Copyright 2019 the V8 project authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5# Clients of these interfaces shouldn't depend on lots of compiler internals. 6# Do not include anything from src/compiler here! 7specific_include_rules = { 8 "code-assembler.h": [ 9 "-src/compiler", 10 ], 11 "pipeline.h": [ 12 "-src/compiler", 13 ], 14 "wasm-compiler.h": [ 15 "-src/compiler", 16 ], 17} 18