Index: webrtc/webrtc.gyp |
diff --git a/webrtc/webrtc.gyp b/webrtc/webrtc.gyp |
index 12b14ee0aec9e5057633443644b3e97964c64c4c..4f4f1004831ce3bc3e8548383037bd6e5286a18c 100644 |
--- a/webrtc/webrtc.gyp |
+++ b/webrtc/webrtc.gyp |
@@ -29,6 +29,17 @@ |
}, |
'includes': ['build/protoc.gypi'], |
}, |
+ { |
+ 'target_name': 'rtc_event_log2rtp_dump', |
+ 'type': 'executable', |
+ 'sources': ['video/rtc_event_log2rtp_dump.cc',], |
+ 'dependencies': [ |
+ '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
+ 'rtc_event_log', |
+ 'rtc_event_log_proto', |
+ 'test/test.gyp:rtp_test_utils' |
+ ], |
+ } |
], |
}], |
], |