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