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",
|
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",
|
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",
|
2017-04-07 13:31:29 +00:00
|
|
|
"+src/interpreter/setup-interpreter.h",
|
2017-03-13 22:12:23 +00:00
|
|
|
"-src/trap-handler",
|
|
|
|
"+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",
|
2014-10-01 08:34:25 +00:00
|
|
|
"-include/libplatform"
|
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",
|
2014-07-03 07:37:27 +00:00
|
|
|
],
|
|
|
|
}
|