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

Unified Diff: webrtc/webrtc.gyp

Issue 1399513002: Remove references to libpeerconnection. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 2 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 | « talk/app/webrtc/javatests/libjingle_peerconnection_java_unittest.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc.gyp
diff --git a/webrtc/webrtc.gyp b/webrtc/webrtc.gyp
index 13d88b3a14e4a9f1c2a2e37e136905c88319b491..c9b3ab52dba1d5c5c0e363bba4d0299b2b05d0d8 100644
--- a/webrtc/webrtc.gyp
+++ b/webrtc/webrtc.gyp
@@ -119,8 +119,8 @@
'rtc_event_log',
],
'conditions': [
- # TODO(andresp): Chromium libpeerconnection should link directly with
- # this and no if conditions should be needed on webrtc build files.
+ # TODO(andresp): Chromium should link directly with this and no if
+ # conditions should be needed on webrtc build files.
['build_with_chromium==1', {
'dependencies': [
'<(webrtc_root)/modules/modules.gyp:video_capture',
« no previous file with comments | « talk/app/webrtc/javatests/libjingle_peerconnection_java_unittest.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698