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

Unified Diff: webrtc/test/webrtc_test_common.gyp

Issue 1314473008: H264 bitstream parser. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: remove DCHECK_GT Created 5 years, 3 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/test/webrtc_test_common.gyp
diff --git a/webrtc/test/webrtc_test_common.gyp b/webrtc/test/webrtc_test_common.gyp
index ea6e4052db1b0d2bb47a57f4ddbdecc497b22769..6e0ffca4895456af8a6335967d1a71bff66a3eff 100644
--- a/webrtc/test/webrtc_test_common.gyp
+++ b/webrtc/test/webrtc_test_common.gyp
@@ -67,6 +67,16 @@
],
},
{
+ 'target_name': 'h264_test',
+ 'type': 'executable',
+ 'dependencies': [
+ 'webrtc_test_common',
+ ],
+ 'sources': [
+ 'h264_test.cc',
+ ],
+ },
+ {
'target_name': 'webrtc_test_renderer',
'type': 'static_library',
'sources': [

Powered by Google App Engine
This is Rietveld 408576698