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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'includes': [ '../build/common.gypi', ], 10 'includes': [ '../build/common.gypi', ],
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 '-Wextra', 157 '-Wextra',
158 ], 158 ],
159 'xcode_settings': { 159 'xcode_settings': {
160 'WARNING_CFLAGS!': ['-Wextra'], 160 'WARNING_CFLAGS!': ['-Wextra'],
161 }, 161 },
162 }], 162 }],
163 ['OS=="ios"', { 163 ['OS=="ios"', {
164 'sources!': [ 164 'sources!': [
165 'sctp/sctpdataengine_unittest.cc', 165 'sctp/sctpdataengine_unittest.cc',
166 ], 166 ],
167 'mac_bundle_resources': [
168 '<(DEPTH)/resources/media/captured-320x240-2s-48.frames',
169 '<(DEPTH)/resources/media/faces.1280x720_P420.yuv',
170 '<(DEPTH)/resources/media/faces_I420.jpg',
171 '<(DEPTH)/resources/media/faces_I422.jpg',
172 '<(DEPTH)/resources/media/faces_I444.jpg',
173 '<(DEPTH)/resources/media/faces_I411.jpg',
174 '<(DEPTH)/resources/media/faces_I400.jpg',
175 ],
167 }], 176 }],
168 ], 177 ],
169 }, # target rtc_media_unittests 178 }, # target rtc_media_unittests
170 ], 179 ],
171 } 180 }
OLDNEW
« 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