2011-09-12 12:24:39 +00:00
|
|
|
# Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
|
|
|
|
|
#
|
|
|
|
|
# Use of this source code is governed by a BSD-style license
|
|
|
|
|
# that can be found in the LICENSE file in the root of the source
|
|
|
|
|
# tree. An additional intellectual property rights grant can be found
|
|
|
|
|
# in the file PATENTS. All contributing project authors may
|
|
|
|
|
# be found in the AUTHORS file in the root of the source tree.
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
'includes': [
|
2011-09-17 00:06:08 +00:00
|
|
|
'../build/common.gypi',
|
2015-01-29 14:29:45 +00:00
|
|
|
'audio_coding/audio_coding.gypi',
|
2015-02-25 11:50:17 +00:00
|
|
|
'audio_conference_mixer/audio_conference_mixer.gypi',
|
2012-09-21 20:46:40 +00:00
|
|
|
'audio_device/audio_device.gypi',
|
2016-07-04 06:33:02 -07:00
|
|
|
'audio_mixer/audio_mixer.gypi',
|
2011-10-19 01:40:33 +00:00
|
|
|
'audio_processing/audio_processing.gypi',
|
2012-04-19 12:13:52 +00:00
|
|
|
'bitrate_controller/bitrate_controller.gypi',
|
2016-02-23 13:30:42 +01:00
|
|
|
'congestion_controller/congestion_controller.gypi',
|
2013-04-29 20:10:57 +00:00
|
|
|
'desktop_capture/desktop_capture.gypi',
|
2015-02-25 03:18:23 +00:00
|
|
|
'media_file/media_file.gypi',
|
2012-11-09 20:56:23 +00:00
|
|
|
'pacing/pacing.gypi',
|
2012-06-07 08:10:14 +00:00
|
|
|
'remote_bitrate_estimator/remote_bitrate_estimator.gypi',
|
2015-02-25 11:50:17 +00:00
|
|
|
'rtp_rtcp/rtp_rtcp.gypi',
|
|
|
|
|
'utility/utility.gypi',
|
2015-06-29 14:34:58 -07:00
|
|
|
'video_coding/codecs/h264/h264.gypi',
|
2015-10-22 12:23:11 +02:00
|
|
|
'video_coding/codecs/i420/i420.gypi',
|
2015-02-25 11:50:17 +00:00
|
|
|
'video_coding/video_coding.gypi',
|
2012-10-30 21:58:00 +00:00
|
|
|
'video_capture/video_capture.gypi',
|
2015-02-25 11:50:17 +00:00
|
|
|
'video_processing/video_processing.gypi',
|
2011-09-12 12:24:39 +00:00
|
|
|
],
|
|
|
|
|
}
|