blob: 6abcfb82912aa0f296d241e83615680fa78805d3 [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",
5 "+webrtc/system_wrappers",
6]
7
8specific_include_rules = {
9 "gunit_prod.h": [
10 "+gtest",
11 ],
mbonadei7c2c8432017-04-07 00:59:12 -070012 "protobuf_utils.h": [
13 "+third_party/protobuf",
14 ],
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +010015}