OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+base/third_party/libevent", | 2 "+base/third_party/libevent", |
3 "+json", | 3 "+json", |
4 "+third_party/jsoncpp", | 4 "+third_party/jsoncpp", |
5 "+third_party/protobuf", | |
kwiberg-webrtc
2017/03/22 10:03:22
Can you have this apply only to a specific file---
mbonadei
2017/03/23 16:13:58
Done.
| |
5 "+webrtc/system_wrappers", | 6 "+webrtc/system_wrappers", |
6 ] | 7 ] |
7 | 8 |
8 specific_include_rules = { | 9 specific_include_rules = { |
9 "gunit_prod.h": [ | 10 "gunit_prod.h": [ |
10 "+gtest", | 11 "+gtest", |
11 ], | 12 ], |
12 } | 13 } |
OLD | NEW |