git-svn-id: http://webrtc.googlecode.com/svn/trunk@11 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
72
webrtc.gyp
Normal file
72
webrtc.gyp
Normal file
@@ -0,0 +1,72 @@
|
||||
# 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': [
|
||||
'common_settings.gypi', # Common settings
|
||||
],
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'auto_tests',
|
||||
'type': 'none',
|
||||
'dependencies': [
|
||||
'voice_engine.gyp:voe_auto_test',
|
||||
'video_engine.gyp:vie_auto_test',
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
'target_name': 'peerconnection_client',
|
||||
'conditions': [
|
||||
['OS=="win"', {
|
||||
'type': 'executable',
|
||||
'sources': [
|
||||
'peerconnection/samples/client/conductor.cc',
|
||||
'peerconnection/samples/client/conductor.h',
|
||||
'peerconnection/samples/client/defaults.cc',
|
||||
'peerconnection/samples/client/defaults.h',
|
||||
'peerconnection/samples/client/main.cc',
|
||||
'peerconnection/samples/client/main_wnd.cc',
|
||||
'peerconnection/samples/client/main_wnd.h',
|
||||
'peerconnection/samples/client/peer_connection_client.cc',
|
||||
'peerconnection/samples/client/peer_connection_client.h',
|
||||
'../third_party/libjingle/source/talk/base/win32socketinit.cc',
|
||||
'../third_party/libjingle/source/talk/base/win32socketserver.cc',
|
||||
],
|
||||
'msvs_settings': {
|
||||
'VCLinkerTool': {
|
||||
'SubSystem': '2', # Windows
|
||||
},
|
||||
},
|
||||
}, {
|
||||
'type': 'none',
|
||||
}],
|
||||
], # conditions
|
||||
'dependencies': [
|
||||
'../third_party/libjingle/libjingle.gyp:libjingle_app',
|
||||
],
|
||||
'include_dirs': [
|
||||
'../third_party/libjingle/source',
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
'target_name': 'peerconnection_server',
|
||||
'type': 'executable',
|
||||
'sources': [
|
||||
'peerconnection/samples/server/data_socket.cc',
|
||||
'peerconnection/samples/server/data_socket.h',
|
||||
'peerconnection/samples/server/main.cc',
|
||||
'peerconnection/samples/server/peer_channel.cc',
|
||||
'peerconnection/samples/server/peer_channel.h',
|
||||
'peerconnection/samples/server/utils.cc',
|
||||
'peerconnection/samples/server/utils.h',
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user