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

Side by Side Diff: remoting/remoting.gyp

Issue 3381016: Revert 60142 - Add libsrtp in DEPS, gyp file for libsrtp.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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 | Annotate | Revision Log
« 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',
302 ], 301 ],
303 'export_dependent_settings': [ 302 'export_dependent_settings': [
304 '../third_party/libjingle/libjingle.gyp:libjingle', 303 '../third_party/libjingle/libjingle.gyp:libjingle',
305 '../third_party/libjingle/libjingle.gyp:libjingle_p2p', 304 '../third_party/libjingle/libjingle.gyp:libjingle_p2p',
306 ], 305 ],
307 'sources': [ 306 'sources': [
308 'jingle_glue/iq_request.cc', 307 'jingle_glue/iq_request.cc',
309 'jingle_glue/iq_request.h', 308 'jingle_glue/iq_request.h',
310 'jingle_glue/jingle_channel.cc', 309 'jingle_glue/jingle_channel.cc',
311 'jingle_glue/jingle_channel.h', 310 'jingle_glue/jingle_channel.h',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 ], # end of 'conditions' 417 ], # end of 'conditions'
419 }, # end of target 'chromoting_unittests' 418 }, # end of target 'chromoting_unittests'
420 ], # end of targets 419 ], # end of targets
421 } 420 }
422 421
423 # Local Variables: 422 # Local Variables:
424 # tab-width:2 423 # tab-width:2
425 # indent-tabs-mode:nil 424 # indent-tabs-mode:nil
426 # End: 425 # End:
427 # vim: set expandtab tabstop=2 shiftwidth=2: 426 # 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