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" | |
], | |
"sequence_numbers_conformance_test\.cc": [ | |
"+net/dcsctp/common/sequence_numbers.h", | |
], | |
} |