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

Side by Side Diff: remoting/remoting.gyp

Issue 1808233002: Remove libpeerconnection target from third_party/libjingle (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 7
8 'branding_path': '../remoting/branding_<(branding)', 8 'branding_path': '../remoting/branding_<(branding)',
9 9
10 'conditions': [ 10 'conditions': [
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 ], 247 ],
248 'sources': [ 248 'sources': [
249 '<@(remoting_protocol_sources)', 249 '<@(remoting_protocol_sources)',
250 '<@(remoting_protocol_nonnacl_sources)', 250 '<@(remoting_protocol_nonnacl_sources)',
251 '<@(remoting_signaling_sources)', 251 '<@(remoting_signaling_sources)',
252 ], 252 ],
253 'conditions': [ 253 'conditions': [
254 ['enable_webrtc == 1', { 254 ['enable_webrtc == 1', {
255 'dependencies': [ 255 'dependencies': [
256 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', 256 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
257 '../third_party/libjingle/libjingle.gyp:libpeerconnection',
258 ], 257 ],
259 }], 258 }],
260 ], 259 ],
261 }, # end of target 'remoting_protocol' 260 }, # end of target 'remoting_protocol'
262 ], # end of targets 261 ], # end of targets
263 } 262 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698