mirror of
https://github.com/nodejs/node.git
synced 2025-05-17 20:06:54 +00:00

PR-URL: https://github.com/nodejs/node/pull/10992 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
10 lines
149 B
Python
10 lines
149 B
Python
include_rules = [
|
|
"+libplatform/libplatform-export.h",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"libplatform\.h": [
|
|
"+libplatform/v8-tracing.h",
|
|
],
|
|
}
|