OLD | NEW |
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2013 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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 ['rtc_use_h264==1', { | 197 ['rtc_use_h264==1', { |
198 'defines': [ | 198 'defines': [ |
199 'WEBRTC_END_TO_END_H264_TESTS', | 199 'WEBRTC_END_TO_END_H264_TESTS', |
200 ], | 200 ], |
201 }], | 201 }], |
202 ['OS=="android"', { | 202 ['OS=="android"', { |
203 'dependencies': [ | 203 'dependencies': [ |
204 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', | 204 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', |
205 ], | 205 ], |
206 }], | 206 }], |
| 207 ['OS=="ios"', { |
| 208 'mac_bundle_resources': [ |
| 209 '<(DEPTH)/resources/foreman_cif_short.yuv', |
| 210 '<(DEPTH)/resources/voice_engine/audio_long16.pcm', |
| 211 ], |
| 212 }], |
207 ['enable_protobuf==1', { | 213 ['enable_protobuf==1', { |
208 'defines': [ | 214 'defines': [ |
209 'ENABLE_RTC_EVENT_LOG', | 215 'ENABLE_RTC_EVENT_LOG', |
210 ], | 216 ], |
211 'dependencies': [ | 217 'dependencies': [ |
212 'webrtc.gyp:rtc_event_log', | 218 'webrtc.gyp:rtc_event_log', |
213 'webrtc.gyp:rtc_event_log_proto', | 219 'webrtc.gyp:rtc_event_log_proto', |
214 ], | 220 ], |
215 'sources': [ | 221 'sources': [ |
216 'call/rtc_event_log_unittest.cc', | 222 'call/rtc_event_log_unittest.cc', |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
417 'build/isolate.gypi', | 423 'build/isolate.gypi', |
418 ], | 424 ], |
419 'sources': [ | 425 'sources': [ |
420 'webrtc_perf_tests.isolate', | 426 'webrtc_perf_tests.isolate', |
421 ], | 427 ], |
422 }, | 428 }, |
423 ], | 429 ], |
424 }], | 430 }], |
425 ], | 431 ], |
426 } | 432 } |
OLD | NEW |