1include_rules = [ 2 "+base/third_party/libevent", 3 "+json", 4 "+system_wrappers", 5 "+third_party/jsoncpp", 6] 7 8specific_include_rules = { 9 "protobuf_utils.h": [ 10 "+third_party/protobuf", 11 ], 12 "gunit\.h": [ 13 "+testing/base/public/gunit.h" 14 ], 15} 16