| 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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 'chromoting_jingle_glue', | 355 'chromoting_jingle_glue', |
| 356 ], | 356 ], |
| 357 'export_dependent_settings': [ | 357 'export_dependent_settings': [ |
| 358 'chromoting_jingle_glue', | 358 'chromoting_jingle_glue', |
| 359 ], | 359 ], |
| 360 'sources': [ | 360 'sources': [ |
| 361 'protocol/buffered_socket_writer.cc', | 361 'protocol/buffered_socket_writer.cc', |
| 362 'protocol/buffered_socket_writer.h', | 362 'protocol/buffered_socket_writer.h', |
| 363 'protocol/client_control_sender.cc', | 363 'protocol/client_control_sender.cc', |
| 364 'protocol/client_control_Sender.h', | 364 'protocol/client_control_Sender.h', |
| 365 'protocol/client_message_dispatcher.cc', |
| 366 'protocol/client_message_dispatcher.h', |
| 365 'protocol/client_stub.h', | 367 'protocol/client_stub.h', |
| 366 'protocol/connection_to_client.cc', | 368 'protocol/connection_to_client.cc', |
| 367 'protocol/connection_to_client.h', | 369 'protocol/connection_to_client.h', |
| 368 'protocol/connection_to_host.cc', | 370 'protocol/connection_to_host.cc', |
| 369 'protocol/connection_to_host.h', | 371 'protocol/connection_to_host.h', |
| 370 'protocol/host_control_message_handler.h', | 372 'protocol/host_control_message_handler.h', |
| 373 'protocol/host_control_sender.cc', |
| 374 'protocol/host_control_sender.h', |
| 371 'protocol/host_event_message_handler.h', | 375 'protocol/host_event_message_handler.h', |
| 372 'protocol/host_message_dispatcher.cc', | 376 'protocol/host_message_dispatcher.cc', |
| 373 'protocol/host_message_dispatcher.h', | 377 'protocol/host_message_dispatcher.h', |
| 378 'protocol/host_stub.h', |
| 374 'protocol/input_sender.cc', | 379 'protocol/input_sender.cc', |
| 375 'protocol/input_sender.h', | 380 'protocol/input_sender.h', |
| 376 'protocol/jingle_connection_to_host.cc', | 381 'protocol/jingle_connection_to_host.cc', |
| 377 'protocol/jingle_connection_to_host.h', | 382 'protocol/jingle_connection_to_host.h', |
| 378 'protocol/jingle_session.cc', | 383 'protocol/jingle_session.cc', |
| 379 'protocol/jingle_session.h', | 384 'protocol/jingle_session.h', |
| 380 'protocol/jingle_session_manager.cc', | 385 'protocol/jingle_session_manager.cc', |
| 381 'protocol/jingle_session_manager.h', | 386 'protocol/jingle_session_manager.h', |
| 382 'protocol/message_decoder.cc', | 387 'protocol/message_decoder.cc', |
| 383 'protocol/message_decoder.h', | 388 'protocol/message_decoder.h', |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 528 ], # end of 'conditions' | 533 ], # end of 'conditions' |
| 529 }, # end of target 'chromoting_unittests' | 534 }, # end of target 'chromoting_unittests' |
| 530 ], # end of targets | 535 ], # end of targets |
| 531 } | 536 } |
| 532 | 537 |
| 533 # Local Variables: | 538 # Local Variables: |
| 534 # tab-width:2 | 539 # tab-width:2 |
| 535 # indent-tabs-mode:nil | 540 # indent-tabs-mode:nil |
| 536 # End: | 541 # End: |
| 537 # vim: set expandtab tabstop=2 shiftwidth=2: | 542 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |