Index: third_party/libjingle/libjingle.gyp |
=================================================================== |
--- third_party/libjingle/libjingle.gyp (revision 149013) |
+++ third_party/libjingle/libjingle.gyp (working copy) |
@@ -647,6 +647,9 @@ |
'include_dirs': [ |
'source', |
], |
+ 'dependencies': [ |
+ 'libjingle', |
Sergey Ulanov
2012/07/31 17:47:25
How did it work previously, without this dependenc
Ronghua Wu (Left Chromium)
2012/07/31 17:51:25
The peerconnection_server is basically a socket ap
|
+ ], |
}, # target peerconnection_server |
], |
} |