• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
5specific_include_rules = {
6  "external-reference.cc": [
7    # Required to call into IrregexpInterpreter and RegexpExperimental from
8    # builtin.
9    "+src/regexp/regexp-interpreter.h",
10    "+src/regexp/experimental/experimental.h",
11    "+src/regexp/regexp-macro-assembler-arch.h",
12  ],
13}
14