2014-06-03 13:39:42 +00:00
|
|
|
include_rules = [
|
2015-12-17 18:48:07 +00:00
|
|
|
"+base/trace_event/common/trace_event_common.h",
|
2014-06-03 13:39:42 +00:00
|
|
|
"+src",
|
2017-05-04 13:52:39 +00:00
|
|
|
"-src/asmjs",
|
|
|
|
"+src/asmjs/asm-js.h",
|
2014-08-05 13:20:26 +00:00
|
|
|
"-src/compiler",
|
|
|
|
"+src/compiler/pipeline.h",
|
2016-04-18 11:57:06 +00:00
|
|
|
"+src/compiler/code-assembler.h",
|
2015-12-11 12:26:16 +00:00
|
|
|
"+src/compiler/wasm-compiler.h",
|
2015-08-10 16:32:08 +00:00
|
|
|
"-src/heap",
|
2019-05-02 15:35:51 +00:00
|
|
|
"+src/heap/combined-heap.h",
|
2019-01-29 19:12:21 +00:00
|
|
|
"+src/heap/embedder-tracing.h",
|
2018-04-09 19:11:22 +00:00
|
|
|
"+src/heap/factory.h",
|
|
|
|
"+src/heap/factory-inl.h",
|
2015-08-10 16:32:08 +00:00
|
|
|
"+src/heap/heap.h",
|
|
|
|
"+src/heap/heap-inl.h",
|
2018-07-27 12:43:39 +00:00
|
|
|
"+src/heap/heap-write-barrier-inl.h",
|
2018-09-21 12:02:47 +00:00
|
|
|
"+src/heap/heap-write-barrier.h",
|
2019-06-06 13:10:02 +00:00
|
|
|
"+src/heap/read-only-heap-inl.h",
|
2019-02-28 16:07:25 +00:00
|
|
|
"+src/heap/read-only-heap.h",
|
2016-10-12 19:24:42 +00:00
|
|
|
"-src/inspector",
|
2015-07-23 14:21:26 +00:00
|
|
|
"-src/interpreter",
|
2016-11-29 12:26:54 +00:00
|
|
|
"+src/interpreter/bytecode-array-accessor.h",
|
2015-09-10 16:21:34 +00:00
|
|
|
"+src/interpreter/bytecode-array-iterator.h",
|
2016-12-05 13:03:07 +00:00
|
|
|
"+src/interpreter/bytecode-array-random-iterator.h",
|
2016-07-15 12:03:04 +00:00
|
|
|
"+src/interpreter/bytecode-decoder.h",
|
|
|
|
"+src/interpreter/bytecode-flags.h",
|
|
|
|
"+src/interpreter/bytecode-register.h",
|
2015-07-23 14:21:26 +00:00
|
|
|
"+src/interpreter/bytecodes.h",
|
|
|
|
"+src/interpreter/interpreter.h",
|
2018-08-24 16:05:10 +00:00
|
|
|
"+src/interpreter/interpreter-generator.h",
|
2017-04-07 13:31:29 +00:00
|
|
|
"+src/interpreter/setup-interpreter.h",
|
2019-06-17 15:16:39 +00:00
|
|
|
"-src/regexp",
|
|
|
|
"+src/regexp/regexp.h",
|
|
|
|
"+src/regexp/regexp-stack.h",
|
|
|
|
"+src/regexp/regexp-utils.h",
|
2017-03-13 22:12:23 +00:00
|
|
|
"-src/trap-handler",
|
2018-10-26 11:04:26 +00:00
|
|
|
"+src/trap-handler/handler-inside-posix.h",
|
2018-10-30 09:35:14 +00:00
|
|
|
"+src/trap-handler/handler-inside-win.h",
|
2017-03-13 22:12:23 +00:00
|
|
|
"+src/trap-handler/trap-handler.h",
|
2016-08-03 13:30:23 +00:00
|
|
|
"+testing/gtest/include/gtest/gtest_prod.h",
|
2014-07-03 07:37:27 +00:00
|
|
|
"-src/libplatform",
|
2018-05-04 13:18:37 +00:00
|
|
|
"-include/libplatform",
|
2018-09-10 12:55:45 +00:00
|
|
|
"+builtins-generated",
|
2018-05-04 13:18:37 +00:00
|
|
|
"+torque-generated"
|
2014-06-03 13:39:42 +00:00
|
|
|
]
|
2014-07-03 07:37:27 +00:00
|
|
|
|
|
|
|
specific_include_rules = {
|
2015-03-27 15:28:55 +00:00
|
|
|
"d8\.cc": [
|
2014-07-03 07:37:27 +00:00
|
|
|
"+include/libplatform/libplatform.h",
|
2016-07-27 16:21:09 +00:00
|
|
|
"+include/libplatform/v8-tracing.h",
|
2019-07-08 08:29:54 +00:00
|
|
|
"+perfetto/tracing.h"
|
2014-07-03 07:37:27 +00:00
|
|
|
],
|
|
|
|
}
|