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

Unified Diff: remoting/remoting.gyp

Issue 1462063004: Move VideoFramePump to remoting/protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 3e58552fd0c1ec1f8e6063d53c52553b75b66f7a..7ea3a4c13357e0fe548b40acd006c55f77e55738 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -237,6 +237,8 @@
'../net/net.gyp:net',
'../third_party/expat/expat.gyp:expat',
'../third_party/libjingle/libjingle.gyp:libjingle',
+ '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
+ '../third_party/libjingle/libjingle.gyp:libpeerconnection',
'remoting_base',
],
'export_dependent_settings': [
@@ -244,6 +246,7 @@
],
'sources': [
'<@(remoting_protocol_sources)',
+ '<@(remoting_protocol_nonnacl_sources)',
'<@(remoting_signaling_sources)',
],
'conditions': [

Powered by Google App Engine
This is Rietveld 408576698