blob: 679d06dfc89369afb03b4409005e7638ef2b6ee0 [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 = {
mbonadei7c2c8432017-04-07 00:59:12 -07009 "protobuf_utils.h": [
10 "+third_party/protobuf",
11 ],
Mirko Bonadei9c66aee2017-09-14 16:26:07 +020012 "gunit\.h": [
13 "+testing/base/public/gunit.h"
14 ],
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +010015}