| 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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 'jingle_glue/jingle_channel.cc', | 309 'jingle_glue/jingle_channel.cc', |
| 310 'jingle_glue/jingle_channel.h', | 310 'jingle_glue/jingle_channel.h', |
| 311 'jingle_glue/jingle_client.cc', | 311 'jingle_glue/jingle_client.cc', |
| 312 'jingle_glue/jingle_client.h', | 312 'jingle_glue/jingle_client.h', |
| 313 'jingle_glue/jingle_info_task.cc', | 313 'jingle_glue/jingle_info_task.cc', |
| 314 'jingle_glue/jingle_info_task.h', | 314 'jingle_glue/jingle_info_task.h', |
| 315 'jingle_glue/jingle_thread.cc', | 315 'jingle_glue/jingle_thread.cc', |
| 316 'jingle_glue/jingle_thread.h', | 316 'jingle_glue/jingle_thread.h', |
| 317 'jingle_glue/relay_port_allocator.cc', | 317 'jingle_glue/relay_port_allocator.cc', |
| 318 'jingle_glue/relay_port_allocator.h', | 318 'jingle_glue/relay_port_allocator.h', |
| 319 'jingle_glue/ssl_adapter.h', |
| 320 'jingle_glue/ssl_adapter.cc', |
| 321 'jingle_glue/ssl_socket_adapter.cc', |
| 322 'jingle_glue/ssl_socket_adapter.h', |
| 323 'jingle_glue/xmpp_socket_adapter.cc', |
| 324 'jingle_glue/xmpp_socket_adapter.h', |
| 319 ], | 325 ], |
| 320 }, # end of target 'chromoting_jingle_glue' | 326 }, # end of target 'chromoting_jingle_glue' |
| 321 | 327 |
| 322 { | 328 { |
| 323 'target_name': 'chromoting_jingle_test_client', | 329 'target_name': 'chromoting_jingle_test_client', |
| 324 'type': 'executable', | 330 'type': 'executable', |
| 325 'dependencies': [ | 331 'dependencies': [ |
| 326 'chromoting_base', | 332 'chromoting_base', |
| 327 'chromoting_jingle_glue', | 333 'chromoting_jingle_glue', |
| 328 '../media/media.gyp:media', | 334 '../media/media.gyp:media', |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 ], # end of 'conditions' | 417 ], # end of 'conditions' |
| 412 }, # end of target 'chromoting_unittests' | 418 }, # end of target 'chromoting_unittests' |
| 413 ], # end of targets | 419 ], # end of targets |
| 414 } | 420 } |
| 415 | 421 |
| 416 # Local Variables: | 422 # Local Variables: |
| 417 # tab-width:2 | 423 # tab-width:2 |
| 418 # indent-tabs-mode:nil | 424 # indent-tabs-mode:nil |
| 419 # End: | 425 # End: |
| 420 # vim: set expandtab tabstop=2 shiftwidth=2: | 426 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |