blob: 0dff88eb37bece95053f2c098be64c109ca4251e [file] [log] [blame]
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +01001include_rules = [
tommide3b0292016-04-22 01:47:02 -07002 "+base/third_party/libevent",
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +01003 "+json",
4 "+third_party/jsoncpp",
Mirko Bonadei92ea95e2017-09-15 06:47:31 +02005 "+system_wrappers",
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +01006]
7
8specific_include_rules = {
9 "gunit_prod.h": [
10 "+gtest",
Mirko Bonadei9c66aee2017-09-14 16:26:07 +020011 "+testing/base/gunit_prod.h",
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +010012 ],
mbonadei7c2c8432017-04-07 00:59:12 -070013 "protobuf_utils.h": [
14 "+third_party/protobuf",
15 ],
Mirko Bonadei9c66aee2017-09-14 16:26:07 +020016 "gunit\.h": [
17 "+testing/base/public/gunit.h"
18 ],
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +010019}