| include_rules = [ | |
| "+mojo/core", | |
| "+third_party/blink/public/platform/web_vector.h", | |
| "+third_party/blink/renderer/platform/wtf", | |
| ] | |
| specific_include_rules = { | |
| "array_traits_protobuf.h": [ | |
| "+third_party/protobuf/src/google/protobuf/repeated_field.h", | |
| ], | |
| "map_traits_absl.h": [ | |
| "+third_party/abseil-cpp/absl/container/flat_hash_map.h", | |
| ], | |
| "map_traits_protobuf.h": [ | |
| "+third_party/protobuf/src/google/protobuf/map.h", | |
| ], | |
| } |