16 lines
350 B
Python
16 lines
350 B
Python
include_rules = [
|
|
# common must not depend on embedder.
|
|
"-mojo",
|
|
"+services/shell/public/cpp",
|
|
"+mojo/common",
|
|
"+mojo/public",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"trace_controller_impl\.h": [
|
|
"+services/tracing/public/interfaces/tracing.mojom.h"
|
|
],
|
|
"tracing_impl\.h": [
|
|
"+services/tracing/public/interfaces/tracing.mojom.h"
|
|
],
|
|
}
|