blob: add7f38be50ec858e0af4ea39417b9a857aef06b [file] [log] [blame]
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +01001include_rules = [
2 "+json",
3 "+third_party/jsoncpp",
4 "+webrtc/system_wrappers",
5]
6
7specific_include_rules = {
8 "gunit_prod.h": [
9 "+gtest",
10 ],
11}