OLD | NEW |
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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 ], | 246 ], |
247 'sources': [ | 247 'sources': [ |
248 '<@(remoting_protocol_sources)', | 248 '<@(remoting_protocol_sources)', |
249 '<@(remoting_protocol_nonnacl_sources)', | 249 '<@(remoting_protocol_nonnacl_sources)', |
250 '<@(remoting_signaling_sources)', | 250 '<@(remoting_signaling_sources)', |
251 ], | 251 ], |
252 'conditions': [ | 252 'conditions': [ |
253 ['enable_webrtc == 1', { | 253 ['enable_webrtc == 1', { |
254 'dependencies': [ | 254 'dependencies': [ |
255 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', | 255 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', |
256 '../third_party/libjingle/libjingle.gyp:libpeerconnection', | |
257 ], | 256 ], |
258 }], | 257 }], |
259 ], | 258 ], |
260 }, # end of target 'remoting_protocol' | 259 }, # end of target 'remoting_protocol' |
261 ], # end of targets | 260 ], # end of targets |
262 } | 261 } |
OLD | NEW |