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

Unified Diff: webrtc/media/media_tests.gypi

Issue 1694353003: iOS: Add resource files for tests and implement OutputPath (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix ifdef for Android build Created 4 years, 10 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/media/media_tests.gypi
diff --git a/webrtc/media/media_tests.gypi b/webrtc/media/media_tests.gypi
index 307033b4672742e635737bd448bddae360db099c..fcac6b4549b1ad94e0f2c907fa1727b39aee93a2 100644
--- a/webrtc/media/media_tests.gypi
+++ b/webrtc/media/media_tests.gypi
@@ -164,6 +164,15 @@
'sources!': [
'sctp/sctpdataengine_unittest.cc',
],
+ 'mac_bundle_resources': [
+ '<(DEPTH)/resources/media/captured-320x240-2s-48.frames',
+ '<(DEPTH)/resources/media/faces.1280x720_P420.yuv',
+ '<(DEPTH)/resources/media/faces_I420.jpg',
+ '<(DEPTH)/resources/media/faces_I422.jpg',
+ '<(DEPTH)/resources/media/faces_I444.jpg',
+ '<(DEPTH)/resources/media/faces_I411.jpg',
+ '<(DEPTH)/resources/media/faces_I400.jpg',
+ ],
}],
],
}, # target rtc_media_unittests
« no previous file with comments | « webrtc/common_video/libyuv/libyuv_unittest.cc ('k') | webrtc/modules/audio_coding/neteq/audio_decoder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698