include_rules = [
"+base/containers/heap_array.h",
"+base/notimplemented.h",
"+base/types/fixed_array.h",
"+services/webnn/public/cpp",
"+services/webnn/public/mojom",
]
specific_include_rules = {
# Additional allowed list of include for ml trace unit test
# we need them for parsing the trace.
"ml_trace_unittest.cc" : [
"+base/json/json_reader.h",
"+base/memory/ref_counted_memory.h",
"+base/strings/stringprintf.h",
],
"ml_graph_test.cc" : [
"+base/containers/fixed_flat_set.h",
],
}