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

Side by Side Diff: remoting/remoting.gyp

Issue 2022833002: Migrate libjingle to WebRTC build targets. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 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
« no previous file with comments | « remoting/protocol/BUILD.gn ('k') | remoting/signaling/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 'type': 'static_library', 232 'type': 'static_library',
233 'variables': { 'enable_wexit_time_destructors': 1, }, 233 'variables': { 'enable_wexit_time_destructors': 1, },
234 'dependencies': [ 234 'dependencies': [
235 '../base/base.gyp:base', 235 '../base/base.gyp:base',
236 '../crypto/crypto.gyp:crypto', 236 '../crypto/crypto.gyp:crypto',
237 '../jingle/jingle.gyp:jingle_glue', 237 '../jingle/jingle.gyp:jingle_glue',
238 '../net/net.gyp:net', 238 '../net/net.gyp:net',
239 '../third_party/boringssl/boringssl.gyp:boringssl', 239 '../third_party/boringssl/boringssl.gyp:boringssl',
240 '../third_party/expat/expat.gyp:expat', 240 '../third_party/expat/expat.gyp:expat',
241 '../third_party/libjingle/libjingle.gyp:libjingle', 241 '../third_party/libjingle/libjingle.gyp:libjingle',
242 '../third_party/webrtc/libjingle/xmllite/xmllite.gyp:rtc_xmllite',
243 '../third_party/webrtc/libjingle/xmpp/xmpp.gyp:rtc_xmpp',
242 '../third_party/libyuv/libyuv.gyp:libyuv', 244 '../third_party/libyuv/libyuv.gyp:libyuv',
243 'remoting_base', 245 'remoting_base',
244 ], 246 ],
245 'export_dependent_settings': [ 247 'export_dependent_settings': [
246 '../third_party/libjingle/libjingle.gyp:libjingle', 248 '../third_party/libjingle/libjingle.gyp:libjingle',
249 '../third_party/webrtc/libjingle/xmllite/xmllite.gyp:rtc_xmllite',
250 '../third_party/webrtc/libjingle/xmpp/xmpp.gyp:rtc_xmpp',
247 ], 251 ],
248 'sources': [ 252 'sources': [
249 '<@(remoting_protocol_sources)', 253 '<@(remoting_protocol_sources)',
250 '<@(remoting_protocol_nonnacl_sources)', 254 '<@(remoting_protocol_nonnacl_sources)',
251 '<@(remoting_signaling_sources)', 255 '<@(remoting_signaling_sources)',
252 ], 256 ],
253 'conditions': [ 257 'conditions': [
254 ['enable_webrtc == 1', { 258 ['enable_webrtc == 1', {
255 'dependencies': [ 259 'dependencies': [
256 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', 260 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
261 '../third_party/webrtc/libjingle/xmllite/xmllite.gyp:rtc_xmllite',
262 '../third_party/webrtc/libjingle/xmpp/xmpp.gyp:rtc_xmpp',
257 ], 263 ],
258 }], 264 }],
259 ], 265 ],
260 }, # end of target 'remoting_protocol' 266 }, # end of target 'remoting_protocol'
261 ], # end of targets 267 ], # end of targets
262 } 268 }
OLDNEW
« no previous file with comments | « remoting/protocol/BUILD.gn ('k') | remoting/signaling/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698