| include_rules = [ | |
| "+json", | |
| "+system_wrappers", | |
| "+third_party/jsoncpp", | |
| "+third_party/libevent", | |
| ] | |
| specific_include_rules = { | |
| "protobuf_utils.h": [ | |
| "+third_party/protobuf", | |
| ], | |
| "gunit\.h": [ | |
| "+testing/base/public/gunit.h" | |
| ], | |
| "trace_categories\.h": [ | |
| "+third_party/perfetto", | |
| ], | |
| "event_tracer\.cc": [ | |
| "+third_party/perfetto", | |
| ], | |
| "trace_event\.h": [ | |
| "+third_party/perfetto", | |
| ], | |
| "openssl_adapter.cc": [ | |
| "+openssl", | |
| ], | |
| "openssl_stream_adapter.cc": [ | |
| "+openssl", | |
| ], | |
| } |