2016-03-17 12:05:36 +01:00
|
|
|
include_rules = [
|
2016-04-22 01:47:02 -07:00
|
|
|
"+base/third_party/libevent",
|
2016-03-17 12:05:36 +01:00
|
|
|
"+json",
|
|
|
|
|
"+third_party/jsoncpp",
|
2017-09-15 06:47:31 +02:00
|
|
|
"+system_wrappers",
|
2016-03-17 12:05:36 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
specific_include_rules = {
|
|
|
|
|
"gunit_prod.h": [
|
|
|
|
|
"+gtest",
|
2017-09-14 16:26:07 +02:00
|
|
|
"+testing/base/gunit_prod.h",
|
2016-03-17 12:05:36 +01:00
|
|
|
],
|
2017-04-07 00:59:12 -07:00
|
|
|
"protobuf_utils.h": [
|
|
|
|
|
"+third_party/protobuf",
|
|
|
|
|
],
|
2017-09-14 16:26:07 +02:00
|
|
|
"gunit\.h": [
|
|
|
|
|
"+testing/base/public/gunit.h"
|
|
|
|
|
],
|
2016-03-17 12:05:36 +01:00
|
|
|
}
|