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

Side by Side Diff: remoting/remoting.gyp

Issue 3382013: Add libsrtp in DEPS, gyp file for libsrtp. (Closed)
Patch Set: - Created 10 years, 3 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 | « DEPS ('k') | third_party/libsrtp/README.chromium » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 ], 291 ],
292 }, # end of target 'chromoting_host_keygen' 292 }, # end of target 'chromoting_host_keygen'
293 293
294 { 294 {
295 'target_name': 'chromoting_jingle_glue', 295 'target_name': 'chromoting_jingle_glue',
296 'type': '<(library)', 296 'type': '<(library)',
297 'dependencies': [ 297 'dependencies': [
298 '../jingle/jingle.gyp:notifier', 298 '../jingle/jingle.gyp:notifier',
299 '../third_party/libjingle/libjingle.gyp:libjingle', 299 '../third_party/libjingle/libjingle.gyp:libjingle',
300 '../third_party/libjingle/libjingle.gyp:libjingle_p2p', 300 '../third_party/libjingle/libjingle.gyp:libjingle_p2p',
301 '../third_party/libsrtp/libsrtp.gyp:libsrtp',
301 ], 302 ],
302 'export_dependent_settings': [ 303 'export_dependent_settings': [
303 '../third_party/libjingle/libjingle.gyp:libjingle', 304 '../third_party/libjingle/libjingle.gyp:libjingle',
304 '../third_party/libjingle/libjingle.gyp:libjingle_p2p', 305 '../third_party/libjingle/libjingle.gyp:libjingle_p2p',
305 ], 306 ],
306 'sources': [ 307 'sources': [
307 'jingle_glue/iq_request.cc', 308 'jingle_glue/iq_request.cc',
308 'jingle_glue/iq_request.h', 309 'jingle_glue/iq_request.h',
309 'jingle_glue/jingle_channel.cc', 310 'jingle_glue/jingle_channel.cc',
310 'jingle_glue/jingle_channel.h', 311 'jingle_glue/jingle_channel.h',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 ], # end of 'conditions' 418 ], # end of 'conditions'
418 }, # end of target 'chromoting_unittests' 419 }, # end of target 'chromoting_unittests'
419 ], # end of targets 420 ], # end of targets
420 } 421 }
421 422
422 # Local Variables: 423 # Local Variables:
423 # tab-width:2 424 # tab-width:2
424 # indent-tabs-mode:nil 425 # indent-tabs-mode:nil
425 # End: 426 # End:
426 # vim: set expandtab tabstop=2 shiftwidth=2: 427 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « DEPS ('k') | third_party/libsrtp/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698