Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+base/third_party/libevent", | |
| 2 "+json", | 3 "+json", |
| 3 "+third_party/jsoncpp", | 4 "+third_party/jsoncpp", |
| 4 "+webrtc/system_wrappers", | 5 "+webrtc/system_wrappers", |
| 5 ] | 6 ] |
| 6 | 7 |
| 7 specific_include_rules = { | 8 specific_include_rules = { |
| 8 "gunit_prod.h": [ | 9 "gunit_prod.h": [ |
| 9 "+gtest", | 10 "+gtest", |
| 10 ], | 11 ], |
| 11 } | 12 } |
| OLD | NEW |