xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 1 | # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. |
| 2 | # |
| 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 |
| 5 | # tree. An additional intellectual property rights grant can be found |
| 6 | # in the file PATENTS. All contributing project authors may |
| 7 | # be found in the AUTHORS file in the root of the source tree. |
| 8 | |
| 9 | { |
| 10 | 'includes': [ |
wjia@google.com | fdaee9c | 2011-09-17 00:06:08 +0000 | [diff] [blame] | 11 | '../build/common.gypi', |
kjellander@webrtc.org | 64a897a | 2011-11-17 13:33:11 +0000 | [diff] [blame] | 12 | 'audio_coding/codecs/cng/cng.gypi', |
kjellander@webrtc.org | cc2ecb3 | 2011-11-17 13:48:36 +0000 | [diff] [blame] | 13 | 'audio_coding/codecs/g711/g711.gypi', |
kjellander@webrtc.org | 3f1cb8e | 2011-11-17 13:56:54 +0000 | [diff] [blame] | 14 | 'audio_coding/codecs/g722/g722.gypi', |
kjellander@webrtc.org | 36e1ad9 | 2011-11-07 15:27:11 +0000 | [diff] [blame] | 15 | 'audio_coding/codecs/ilbc/ilbc.gypi', |
andrew@webrtc.org | 6a16e74 | 2012-08-09 18:35:39 +0000 | [diff] [blame] | 16 | 'audio_coding/codecs/isac/main/source/isac.gypi', |
| 17 | 'audio_coding/codecs/isac/fix/source/isacfix.gypi', |
kjellander@webrtc.org | b72268e | 2011-11-17 13:39:15 +0000 | [diff] [blame] | 18 | 'audio_coding/codecs/pcm16b/pcm16b.gypi', |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 19 | 'audio_coding/main/source/audio_coding_module.gypi', |
kjellander@webrtc.org | bf48384 | 2011-11-07 16:05:19 +0000 | [diff] [blame] | 20 | 'audio_coding/neteq/neteq.gypi', |
henrik.lundin@webrtc.org | d94659d | 2013-01-29 12:09:21 +0000 | [diff] [blame] | 21 | 'audio_coding/neteq4/neteq.gypi', |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 22 | 'audio_conference_mixer/source/audio_conference_mixer.gypi', |
andrew@webrtc.org | 236d5d3 | 2012-09-21 20:46:40 +0000 | [diff] [blame] | 23 | 'audio_device/audio_device.gypi', |
andrew@webrtc.org | 4d5d5c1 | 2011-10-19 01:40:33 +0000 | [diff] [blame] | 24 | 'audio_processing/audio_processing.gypi', |
pwestin@webrtc.org | 1cd1162 | 2012-04-19 12:13:52 +0000 | [diff] [blame] | 25 | 'bitrate_controller/bitrate_controller.gypi', |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 26 | 'media_file/source/media_file.gypi', |
pwestin@webrtc.org | b518017 | 2012-11-09 20:56:23 +0000 | [diff] [blame] | 27 | 'pacing/pacing.gypi', |
stefan@webrtc.org | 9354cc9 | 2012-06-07 08:10:14 +0000 | [diff] [blame] | 28 | 'remote_bitrate_estimator/remote_bitrate_estimator.gypi', |
andrew@webrtc.org | 94caca7 | 2012-10-30 21:58:00 +0000 | [diff] [blame] | 29 | 'rtp_rtcp/source/rtp_rtcp.gypi', |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 30 | 'utility/source/utility.gypi', |
| 31 | 'video_coding/codecs/i420/main/source/i420.gypi', |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 32 | 'video_coding/main/source/video_coding.gypi', |
andrew@webrtc.org | 94caca7 | 2012-10-30 21:58:00 +0000 | [diff] [blame] | 33 | 'video_capture/video_capture.gypi', |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 34 | 'video_processing/main/source/video_processing.gypi', |
andrew@webrtc.org | 9841d92 | 2012-10-31 05:22:11 +0000 | [diff] [blame] | 35 | 'video_render/video_render.gypi', |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 36 | ], |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 37 | 'conditions': [ |
andrew@webrtc.org | c0773fc | 2012-10-19 07:13:52 +0000 | [diff] [blame] | 38 | ['include_opus==1', { |
| 39 | 'includes': ['audio_coding/codecs/opus/opus.gypi',], |
| 40 | }], |
mflodman@webrtc.org | 6af9594 | 2012-05-24 13:23:35 +0000 | [diff] [blame] | 41 | ['include_tests==1', { |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 42 | 'includes': [ |
andrew@webrtc.org | 6a16e74 | 2012-08-09 18:35:39 +0000 | [diff] [blame] | 43 | 'audio_coding/codecs/isac/isac_test.gypi', |
| 44 | 'audio_coding/codecs/isac/isacfix_test.gypi', |
andrew@webrtc.org | c732ca6 | 2012-09-10 16:33:43 +0000 | [diff] [blame] | 45 | 'audio_processing/audio_processing_tests.gypi', |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 46 | 'rtp_rtcp/source/rtp_rtcp_tests.gypi', |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 47 | 'rtp_rtcp/test/testFec/test_fec.gypi', |
| 48 | 'video_coding/main/source/video_coding_test.gypi', |
kjellander@webrtc.org | 35a1756 | 2011-10-06 06:44:54 +0000 | [diff] [blame] | 49 | 'video_coding/codecs/test/video_codecs_test_framework.gypi', |
| 50 | 'video_coding/codecs/tools/video_codecs_tools.gypi', |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 51 | 'video_processing/main/test/vpm_tests.gypi', |
| 52 | ], # includes |
mflodman@webrtc.org | 6af9594 | 2012-05-24 13:23:35 +0000 | [diff] [blame] | 53 | }], # include_tests |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 54 | ], # conditions |
| 55 | } |