5f3b1cf99d
Removed the need of the local libjingle.gyp and use the one from the chromium instead. Review URL: https://webrtc-codereview.appspot.com/561004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2199 4adac7df-926f-26a2-2b94-8c16560cd09d
10 lines
140 B
Python
10 lines
140 B
Python
# This is a dummy gyp file to satisfy libjingle.gyp.
|
|
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'net',
|
|
'type': 'none',
|
|
},
|
|
],
|
|
}
|