Index: webrtc/modules/modules.gyp |
diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp |
index 150ee8e5754461a80daff0b0b01019809fe491a7..a97c097658b7dee6a4026b53b2a41ab288ee792b 100644 |
--- a/webrtc/modules/modules.gyp |
+++ b/webrtc/modules/modules.gyp |
@@ -20,6 +20,7 @@ |
'remote_bitrate_estimator/remote_bitrate_estimator.gypi', |
'rtp_rtcp/rtp_rtcp.gypi', |
'utility/utility.gypi', |
+ 'video_coding/codecs/h264/h264.gypi', |
'video_coding/codecs/i420/main/source/i420.gypi', |
'video_coding/video_coding.gypi', |
'video_capture/video_capture.gypi', |
@@ -351,6 +352,9 @@ |
], |
}], |
['OS=="ios"', { |
+ 'sources': [ |
+ 'video_coding/codecs/h264/test/h264_video_toolbox_nalu_test.cc', |
+ ], |
'mac_bundle_resources': [ |
'<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm', |
'<(DEPTH)/resources/audio_coding/testfile32kHz.pcm', |