Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Side by Side Diff: chrome/browser/media/DEPS

Issue 264793017: Implements RTP header dumping. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/media/webrtc_rtp_dump_handler.h » ('j') | chrome/browser/media/webrtc_rtp_dump_handler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698