OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |