OLD | NEW |
---|---|
1 # Needed by logging_unittest.cc since it tests the overrides. | 1 # Needed by logging_unittest.cc since it tests the overrides. |
2 include_rules = [ | 2 include_rules = [ |
3 "+third_party/libjingle/overrides", | 3 "+third_party/libjingle/overrides", |
4 "+third_party/webrtc", | 4 "+third_party/webrtc", |
5 ] | 5 '+third_party/webrtc_overrides', |
6 ] | |
OLD | NEW |