Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: third_party/libjingle/libjingle.gyp

Issue 10831092: The peerconnection_server built target now depends on the libjingle. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
],
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698