Add the new peerconnection factory to the scons file.
Review URL: http://webrtc-codereview.appspot.com/134001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@449 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -8,9 +8,9 @@ talk.Library(
|
|||||||
env,
|
env,
|
||||||
name = 'webrtc',
|
name = 'webrtc',
|
||||||
srcs = [
|
srcs = [
|
||||||
'peerconnection.cc',
|
|
||||||
'peerconnection_impl.cc',
|
'peerconnection_impl.cc',
|
||||||
'peerconnection_proxy.cc',
|
'peerconnection_proxy.cc',
|
||||||
|
'peerconnectionfactory.cc',
|
||||||
'webrtc_json.cc',
|
'webrtc_json.cc',
|
||||||
'webrtcsession.cc',
|
'webrtcsession.cc',
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user