OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+media/audio", | 2 "+media/audio", |
3 "+media/base", | 3 "+media/base", |
4 "+media/cast", | 4 "+media/cast", |
5 "+third_party/libjingle", | |
Henrik Grunell
2014/05/05 14:38:03
I'm not so sure we should depend on libjingle here
jiayl
2014/05/05 16:50:56
Correct. It already depends on third_party/webrtc,
Henrik Grunell
2014/05/06 08:34:26
Yes, that's of course more convenient. It's probab
tommi (sloooow) - chröme
2014/05/06 08:58:08
We're depending on libjingle on chromeos so I gues
| |
5 "+third_party/libyuv", | 6 "+third_party/libyuv", |
6 "+third_party/webrtc", | 7 "+third_party/webrtc", |
7 ] | 8 ] |
OLD | NEW |