OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |