2014-05-15 09:35:06 +00:00
|
|
|
# Copyright (c) 2014 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': ['build/common.gypi'],
|
|
|
|
|
'targets': [
|
|
|
|
|
{
|
|
|
|
|
'target_name': 'webrtc_common',
|
|
|
|
|
'type': 'static_library',
|
|
|
|
|
'sources': [
|
2015-02-26 13:59:22 +00:00
|
|
|
'common_types.cc',
|
2015-01-26 19:17:26 +00:00
|
|
|
'common_types.h',
|
2016-05-18 04:06:15 -07:00
|
|
|
'config.h',
|
2016-05-18 05:00:50 -07:00
|
|
|
'config.cc',
|
2015-01-26 19:17:26 +00:00
|
|
|
'typedefs.h',
|
2016-10-07 07:07:28 +02:00
|
|
|
'voice_engine_configurations.h',
|
2015-01-26 19:17:26 +00:00
|
|
|
],
|
|
|
|
|
},
|
2014-05-15 09:35:06 +00:00
|
|
|
],
|
|
|
|
|
}
|