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