Fixing the header file path in gypi file.

BUG=473
Review URL: https://webrtc-codereview.appspot.com/529001

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2134 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mallinath@webrtc.org 2012-04-26 23:03:15 +00:00
parent 9c4f6a5ff9
commit e611619f60

View File

@ -24,11 +24,11 @@
],
},
'sources': [
'send_side_bandwidth_estimation.h',
'send_side_bandwidth_estimation.cc',
'bitrate_controller.h',
'bitrate_controller_impl.h',
'bitrate_controller_impl.cc',
'bitrate_controller_impl.h',
'include/bitrate_controller.h',
'send_side_bandwidth_estimation.cc',
'send_side_bandwidth_estimation.h',
], # source
},
],