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

Side by Side Diff: webrtc/modules/modules.gyp

Issue 1187573004: iOS HW H264 support. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Move unittest file. Created 5 years, 5 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) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 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': [ 10 'includes': [
11 '../build/common.gypi', 11 '../build/common.gypi',
12 'audio_coding/audio_coding.gypi', 12 'audio_coding/audio_coding.gypi',
13 'audio_conference_mixer/audio_conference_mixer.gypi', 13 'audio_conference_mixer/audio_conference_mixer.gypi',
14 'audio_device/audio_device.gypi', 14 'audio_device/audio_device.gypi',
15 'audio_processing/audio_processing.gypi', 15 'audio_processing/audio_processing.gypi',
16 'bitrate_controller/bitrate_controller.gypi', 16 'bitrate_controller/bitrate_controller.gypi',
17 'desktop_capture/desktop_capture.gypi', 17 'desktop_capture/desktop_capture.gypi',
18 'media_file/media_file.gypi', 18 'media_file/media_file.gypi',
19 'pacing/pacing.gypi', 19 'pacing/pacing.gypi',
20 'remote_bitrate_estimator/remote_bitrate_estimator.gypi', 20 'remote_bitrate_estimator/remote_bitrate_estimator.gypi',
21 'rtp_rtcp/rtp_rtcp.gypi', 21 'rtp_rtcp/rtp_rtcp.gypi',
22 'utility/utility.gypi', 22 'utility/utility.gypi',
23 'video_coding/codecs/h264/h264.gypi',
23 'video_coding/codecs/i420/main/source/i420.gypi', 24 'video_coding/codecs/i420/main/source/i420.gypi',
24 'video_coding/video_coding.gypi', 25 'video_coding/video_coding.gypi',
25 'video_capture/video_capture.gypi', 26 'video_capture/video_capture.gypi',
26 'video_processing/video_processing.gypi', 27 'video_processing/video_processing.gypi',
27 'video_render/video_render.gypi', 28 'video_render/video_render.gypi',
28 ], 29 ],
29 'conditions': [ 30 'conditions': [
30 ['include_tests==1', { 31 ['include_tests==1', {
31 'includes': [ 32 'includes': [
32 'audio_coding/audio_coding_tests.gypi', 33 'audio_coding/audio_coding_tests.gypi',
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 ], 346 ],
346 'sources': [ 347 'sources': [
347 'audio_device/android/audio_device_unittest.cc', 348 'audio_device/android/audio_device_unittest.cc',
348 'audio_device/android/audio_manager_unittest.cc', 349 'audio_device/android/audio_manager_unittest.cc',
349 'audio_device/android/ensure_initialized.cc', 350 'audio_device/android/ensure_initialized.cc',
350 'audio_device/android/ensure_initialized.h', 351 'audio_device/android/ensure_initialized.h',
351 'audio_device/android/fine_audio_buffer_unittest.cc', 352 'audio_device/android/fine_audio_buffer_unittest.cc',
352 ], 353 ],
353 }], 354 }],
354 ['OS=="ios"', { 355 ['OS=="ios"', {
356 'sources': [
357 'video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc',
358 ],
355 'mac_bundle_resources': [ 359 'mac_bundle_resources': [
356 '<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm', 360 '<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm',
357 '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm', 361 '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm',
358 '<(DEPTH)/resources/audio_coding/teststereo32kHz.pcm', 362 '<(DEPTH)/resources/audio_coding/teststereo32kHz.pcm',
359 '<(DEPTH)/resources/audio_processing/agc/agc_no_circular_buffer. dat', 363 '<(DEPTH)/resources/audio_processing/agc/agc_no_circular_buffer. dat',
360 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_gain.dat', 364 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_gain.dat',
361 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_lag.dat', 365 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_lag.dat',
362 '<(DEPTH)/resources/audio_processing/agc/agc_spectral_peak.dat', 366 '<(DEPTH)/resources/audio_processing/agc/agc_spectral_peak.dat',
363 '<(DEPTH)/resources/audio_processing/agc/agc_voicing_prob.dat', 367 '<(DEPTH)/resources/audio_processing/agc/agc_voicing_prob.dat',
364 '<(DEPTH)/resources/audio_processing/agc/agc_with_circular_buffe r.dat', 368 '<(DEPTH)/resources/audio_processing/agc/agc_with_circular_buffe r.dat',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 'sources': [ 479 'sources': [
476 'modules_unittests.isolate', 480 'modules_unittests.isolate',
477 ], 481 ],
478 }, 482 },
479 ], 483 ],
480 }], 484 }],
481 ], 485 ],
482 }], # include_tests 486 }], # include_tests
483 ], # conditions 487 ], # conditions
484 } 488 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698