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

Unified Diff: remoting/remoting_host.gypi

Issue 431163002: webrtc deps in remoting should be inside a webrtc condition (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: remoting/remoting_host.gypi
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
index 32cb97ae213e0bb6516cca8688ecb3dd548258fa..8ee22546ece09cb4e2d94eb4b29f2f2e5187b8d9 100644
--- a/remoting/remoting_host.gypi
+++ b/remoting/remoting_host.gypi
@@ -39,8 +39,6 @@
'../crypto/crypto.gyp:crypto',
'../google_apis/google_apis.gyp:google_apis',
'../ipc/ipc.gyp:ipc',
- '../third_party/webrtc/modules/modules.gyp:desktop_capture',
- '../third_party/libjingle/libjingle.gyp:libpeerconnection',
'../ui/events/events.gyp:dom4_keycode_converter',
],
'defines': [
@@ -355,6 +353,12 @@
'message': 'Running message compiler on <(RULE_INPUT_PATH)',
}],
}],
+ ['enable_webrtc==1', {
+ 'dependencies': [
+ '../third_party/webrtc/modules/modules.gyp:desktop_capture',
+ '../third_party/libjingle/libjingle.gyp:libpeerconnection',
+ ],
+ }],
],
}, # end of target 'remoting_host'
« 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