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

Unified Diff: webrtc/webrtc.gyp

Issue 1297653002: Tool to convert RtcEventLog files to RtpDump format. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Initial version Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: webrtc/webrtc.gyp
diff --git a/webrtc/webrtc.gyp b/webrtc/webrtc.gyp
index 49a66c34033fac0245c266f61c83485a593c4025..c76b34eafb5d94b96abc41a4c83fa00d97906a3a 100644
--- a/webrtc/webrtc.gyp
+++ b/webrtc/webrtc.gyp
@@ -29,6 +29,17 @@
},
'includes': ['build/protoc.gypi'],
},
+ {
+ 'target_name': 'rtc_event_log2rtp_dump',
hlundin-webrtc 2015/08/17 11:14:34 I'm not sure that webrtc.gyp is the right place fo
terelius 2015/08/17 11:39:06 Yes, there is a webrtc_video.gypi, but it just con
ivoc 2015/08/21 14:30:57 For now I think webrtc.gyp is the right place, sin
+ 'type': 'executable',
+ 'sources': ['video/rtc_event_log2rtp_dump.cc',],
+ 'dependencies': [
+ '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
+ 'rtc_event_log',
+ 'rtc_event_log_proto',
terelius 2015/08/17 08:19:48 Do we need to explicitly depend on both rtc_event_
ivoc 2015/08/21 14:30:57 I'm afraid it is needed here, because the log-pars
+ 'test/test.gyp:rtp_test_utils'
+ ],
+ }
],
}],
],
« webrtc/video/rtc_event_log2rtp_dump.cc ('K') | « webrtc/video/rtc_event_log2rtp_dump.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698