blob: 3037b5604edc2bbd37012cdfecd9a61f7b552727 [file] [log] [blame]
xians@google.comd3185fe2011-09-12 12:24:39 +00001# 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.comfdaee9c2011-09-17 00:06:08 +000011 '../build/common.gypi',
kjellander@webrtc.orga33f05e2015-01-29 14:29:45 +000012 'audio_coding/audio_coding.gypi',
andresp@webrtc.org749c6022015-02-25 11:50:17 +000013 'audio_conference_mixer/audio_conference_mixer.gypi',
andrew@webrtc.org236d5d32012-09-21 20:46:40 +000014 'audio_device/audio_device.gypi',
aleloi77ad3942016-07-04 06:33:02 -070015 'audio_mixer/audio_mixer.gypi',
andrew@webrtc.org4d5d5c12011-10-19 01:40:33 +000016 'audio_processing/audio_processing.gypi',
pwestin@webrtc.org1cd11622012-04-19 12:13:52 +000017 'bitrate_controller/bitrate_controller.gypi',
Stefan Holmer80e12072016-02-23 13:30:42 +010018 'congestion_controller/congestion_controller.gypi',
sergeyu@chromium.org15e32cc2013-04-29 20:10:57 +000019 'desktop_capture/desktop_capture.gypi',
andresp@webrtc.org87a592d2015-02-25 03:18:23 +000020 'media_file/media_file.gypi',
pwestin@webrtc.orgb5180172012-11-09 20:56:23 +000021 'pacing/pacing.gypi',
stefan@webrtc.org9354cc92012-06-07 08:10:14 +000022 'remote_bitrate_estimator/remote_bitrate_estimator.gypi',
andresp@webrtc.org749c6022015-02-25 11:50:17 +000023 'rtp_rtcp/rtp_rtcp.gypi',
24 'utility/utility.gypi',
Zeke Chin71f6f442015-06-29 14:34:58 -070025 'video_coding/codecs/h264/h264.gypi',
Henrik Kjellandera74c08d2015-10-22 12:23:11 +020026 'video_coding/codecs/i420/i420.gypi',
andresp@webrtc.org749c6022015-02-25 11:50:17 +000027 'video_coding/video_coding.gypi',
andrew@webrtc.org94caca72012-10-30 21:58:00 +000028 'video_capture/video_capture.gypi',
andresp@webrtc.org749c6022015-02-25 11:50:17 +000029 'video_processing/video_processing.gypi',
xians@google.comd3185fe2011-09-12 12:24:39 +000030 ],
xians@google.comd3185fe2011-09-12 12:24:39 +000031}