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

Side by Side Diff: remoting/remoting.gyp

Issue 958703003: Remove dependency on XMPP implementation in WebRTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | remoting/remoting_nacl.gyp » ('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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 # GN version: //remoting/protocol 228 # GN version: //remoting/protocol
229 'target_name': 'remoting_protocol', 229 'target_name': 'remoting_protocol',
230 'type': 'static_library', 230 'type': 'static_library',
231 'variables': { 'enable_wexit_time_destructors': 1, }, 231 'variables': { 'enable_wexit_time_destructors': 1, },
232 'dependencies': [ 232 'dependencies': [
233 '../base/base.gyp:base', 233 '../base/base.gyp:base',
234 '../crypto/crypto.gyp:crypto', 234 '../crypto/crypto.gyp:crypto',
235 '../jingle/jingle.gyp:jingle_glue', 235 '../jingle/jingle.gyp:jingle_glue',
236 '../jingle/jingle.gyp:notifier', 236 '../jingle/jingle.gyp:notifier',
237 '../net/net.gyp:net', 237 '../net/net.gyp:net',
238 '../third_party/expat/expat.gyp:expat',
238 '../third_party/libjingle/libjingle.gyp:libjingle', 239 '../third_party/libjingle/libjingle.gyp:libjingle',
239 'remoting_base', 240 'remoting_base',
240 ], 241 ],
241 'export_dependent_settings': [ 242 'export_dependent_settings': [
242 '../third_party/libjingle/libjingle.gyp:libjingle', 243 '../third_party/libjingle/libjingle.gyp:libjingle',
243 ], 244 ],
244 'sources': [ 245 'sources': [
245 '<@(remoting_protocol_sources)', 246 '<@(remoting_protocol_sources)',
246 ], 247 ],
247 }, # end of target 'remoting_protocol' 248 }, # end of target 'remoting_protocol'
248 ], # end of targets 249 ], # end of targets
249 } 250 }
OLDNEW
« no previous file with comments | « no previous file | remoting/remoting_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698