Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+base", | |
|
kjellander_webrtc
2017/02/13 14:31:08
Please don't add this so widely. Put it in somethi
brandtr
2017/02/13 16:23:02
Sounds good. I wasn't aware of "specific_include_r
| |
| 2 "+third_party/ffmpeg", | 3 "+third_party/ffmpeg", |
| 3 "+third_party/openh264", | 4 "+third_party/openh264", |
| 4 "+vpx", | 5 "+vpx", |
| 5 "+webrtc/base", | 6 "+webrtc/base", |
| 6 "+webrtc/common_video", | 7 "+webrtc/common_video", |
| 7 "+webrtc/media/base", | 8 "+webrtc/media/base", |
| 9 "+webrtc/media/engine", | |
|
kjellander_webrtc
2017/02/13 14:31:08
I'm not sure what the plan is moving forward here
brandtr
2017/02/13 16:23:02
Done.
| |
| 10 "+webrtc/sdk", | |
| 8 "+webrtc/system_wrappers", | 11 "+webrtc/system_wrappers", |
| 9 "+webrtc/tools", | 12 "+webrtc/tools", |
| 10 ] | 13 ] |
| OLD | NEW |