| 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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 'protocol/buffered_socket_writer.cc', | 354 'protocol/buffered_socket_writer.cc', |
| 355 'protocol/buffered_socket_writer.h', | 355 'protocol/buffered_socket_writer.h', |
| 356 'protocol/chromotocol_config.cc', | 356 'protocol/chromotocol_config.cc', |
| 357 'protocol/chromotocol_config.h', | 357 'protocol/chromotocol_config.h', |
| 358 'protocol/chromotocol_connection.h', | 358 'protocol/chromotocol_connection.h', |
| 359 'protocol/chromotocol_server.h', | 359 'protocol/chromotocol_server.h', |
| 360 'protocol/host_control_message_handler.h', | 360 'protocol/host_control_message_handler.h', |
| 361 'protocol/host_event_message_handler.h', | 361 'protocol/host_event_message_handler.h', |
| 362 'protocol/host_message_dispatcher.cc', | 362 'protocol/host_message_dispatcher.cc', |
| 363 'protocol/host_message_dispatcher.h', | 363 'protocol/host_message_dispatcher.h', |
| 364 'protocol/message_decoder.cc', |
| 365 'protocol/message_decoder.h', |
| 366 'protocol/message_reader.cc', |
| 367 'protocol/message_reader.h', |
| 364 'protocol/jingle_chromotocol_connection.cc', | 368 'protocol/jingle_chromotocol_connection.cc', |
| 365 'protocol/jingle_chromotocol_connection.h', | 369 'protocol/jingle_chromotocol_connection.h', |
| 366 'protocol/jingle_chromotocol_server.cc', | 370 'protocol/jingle_chromotocol_server.cc', |
| 367 'protocol/jingle_chromotocol_server.h', | 371 'protocol/jingle_chromotocol_server.h', |
| 368 'protocol/messages_decoder.cc', | |
| 369 'protocol/messages_decoder.h', | |
| 370 'protocol/rtp_reader.cc', | 372 'protocol/rtp_reader.cc', |
| 371 'protocol/rtp_reader.h', | 373 'protocol/rtp_reader.h', |
| 372 'protocol/rtp_utils.cc', | 374 'protocol/rtp_utils.cc', |
| 373 'protocol/rtp_utils.h', | 375 'protocol/rtp_utils.h', |
| 374 'protocol/rtp_writer.cc', | 376 'protocol/rtp_writer.cc', |
| 375 'protocol/rtp_writer.h', | 377 'protocol/rtp_writer.h', |
| 376 'protocol/socket_reader_base.cc', | 378 'protocol/socket_reader_base.cc', |
| 377 'protocol/socket_reader_base.h', | 379 'protocol/socket_reader_base.h', |
| 378 'protocol/stream_reader.cc', | |
| 379 'protocol/stream_reader.h', | |
| 380 'protocol/stream_writer.cc', | 380 'protocol/stream_writer.cc', |
| 381 'protocol/stream_writer.h', | 381 'protocol/stream_writer.h', |
| 382 'protocol/util.cc', | 382 'protocol/util.cc', |
| 383 'protocol/util.h', | 383 'protocol/util.h', |
| 384 ], | 384 ], |
| 385 }, # end of target 'chromoting_protocol' | 385 }, # end of target 'chromoting_protocol' |
| 386 | 386 |
| 387 { | 387 { |
| 388 'target_name': 'chromotocol_test_client', | 388 'target_name': 'chromotocol_test_client', |
| 389 'type': 'executable', | 389 'type': 'executable', |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 'host/mock_objects.h', | 441 'host/mock_objects.h', |
| 442 'host/session_manager_unittest.cc', | 442 'host/session_manager_unittest.cc', |
| 443 'host/test_key_pair.h', | 443 'host/test_key_pair.h', |
| 444 'jingle_glue/channel_socket_adapter_unittest.cc', | 444 'jingle_glue/channel_socket_adapter_unittest.cc', |
| 445 'jingle_glue/jingle_client_unittest.cc', | 445 'jingle_glue/jingle_client_unittest.cc', |
| 446 'jingle_glue/jingle_thread_unittest.cc', | 446 'jingle_glue/jingle_thread_unittest.cc', |
| 447 'jingle_glue/iq_request_unittest.cc', | 447 'jingle_glue/iq_request_unittest.cc', |
| 448 'jingle_glue/mock_objects.h', | 448 'jingle_glue/mock_objects.h', |
| 449 'jingle_glue/stream_socket_adapter_unittest.cc', | 449 'jingle_glue/stream_socket_adapter_unittest.cc', |
| 450 'protocol/jingle_chromotocol_connection_unittest.cc', | 450 'protocol/jingle_chromotocol_connection_unittest.cc', |
| 451 'protocol/messages_decoder_unittest.cc', | 451 'protocol/message_decoder_unittest.cc', |
| 452 'protocol/fake_connection.cc', | 452 'protocol/fake_connection.cc', |
| 453 'protocol/fake_connection.h', | 453 'protocol/fake_connection.h', |
| 454 'protocol/session_manager_pair.cc', | 454 'protocol/session_manager_pair.cc', |
| 455 'protocol/session_manager_pair.h', | 455 'protocol/session_manager_pair.h', |
| 456 'run_all_unittests.cc', | 456 'run_all_unittests.cc', |
| 457 ], | 457 ], |
| 458 'conditions': [ | 458 'conditions': [ |
| 459 ['OS=="win"', { | 459 ['OS=="win"', { |
| 460 'sources': [ | 460 'sources': [ |
| 461 'host/capturer_gdi_unittest.cc', | 461 'host/capturer_gdi_unittest.cc', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 489 ], # end of 'conditions' | 489 ], # end of 'conditions' |
| 490 }, # end of target 'chromoting_unittests' | 490 }, # end of target 'chromoting_unittests' |
| 491 ], # end of targets | 491 ], # end of targets |
| 492 } | 492 } |
| 493 | 493 |
| 494 # Local Variables: | 494 # Local Variables: |
| 495 # tab-width:2 | 495 # tab-width:2 |
| 496 # indent-tabs-mode:nil | 496 # indent-tabs-mode:nil |
| 497 # End: | 497 # End: |
| 498 # vim: set expandtab tabstop=2 shiftwidth=2: | 498 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |