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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
391 'export_dependent_settings': [ | 391 'export_dependent_settings': [ |
392 'chromoting_jingle_glue', | 392 'chromoting_jingle_glue', |
393 ], | 393 ], |
394 'sources': [ | 394 'sources': [ |
395 'protocol/buffered_socket_writer.cc', | 395 'protocol/buffered_socket_writer.cc', |
396 'protocol/buffered_socket_writer.h', | 396 'protocol/buffered_socket_writer.h', |
397 'protocol/client_control_sender.cc', | 397 'protocol/client_control_sender.cc', |
398 'protocol/client_control_Sender.h', | 398 'protocol/client_control_Sender.h', |
399 'protocol/client_message_dispatcher.cc', | 399 'protocol/client_message_dispatcher.cc', |
400 'protocol/client_message_dispatcher.h', | 400 'protocol/client_message_dispatcher.h', |
401 'protocol/client_stub.cc', | |
402 'protocol/client_stub.h', | 401 'protocol/client_stub.h', |
403 'protocol/connection_to_client.cc', | 402 'protocol/connection_to_client.cc', |
404 'protocol/connection_to_client.h', | 403 'protocol/connection_to_client.h', |
405 'protocol/connection_to_host.cc', | 404 'protocol/connection_to_host.cc', |
406 'protocol/connection_to_host.h', | 405 'protocol/connection_to_host.h', |
407 'protocol/host_control_sender.cc', | 406 'protocol/host_control_sender.cc', |
408 'protocol/host_control_sender.h', | 407 'protocol/host_control_sender.h', |
409 'protocol/host_message_dispatcher.cc', | 408 'protocol/host_message_dispatcher.cc', |
410 'protocol/host_message_dispatcher.h', | 409 'protocol/host_message_dispatcher.h', |
411 'protocol/host_stub.cc', | |
412 'protocol/host_stub.h', | 410 'protocol/host_stub.h', |
413 'protocol/input_sender.cc', | 411 'protocol/input_sender.cc', |
414 'protocol/input_sender.h', | 412 'protocol/input_sender.h', |
415 'protocol/input_stub.cc', | |
416 'protocol/input_stub.h', | 413 'protocol/input_stub.h', |
417 'protocol/jingle_session.cc', | 414 'protocol/jingle_session.cc', |
418 'protocol/jingle_session.h', | 415 'protocol/jingle_session.h', |
419 'protocol/jingle_session_manager.cc', | 416 'protocol/jingle_session_manager.cc', |
420 'protocol/jingle_session_manager.h', | 417 'protocol/jingle_session_manager.h', |
421 'protocol/message_decoder.cc', | 418 'protocol/message_decoder.cc', |
422 'protocol/message_decoder.h', | 419 'protocol/message_decoder.h', |
423 'protocol/message_reader.cc', | 420 'protocol/message_reader.cc', |
424 'protocol/message_reader.h', | 421 'protocol/message_reader.h', |
425 'protocol/protobuf_video_reader.cc', | 422 'protocol/protobuf_video_reader.cc', |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
539 'base/decompressor_zlib_unittest.cc', | 536 'base/decompressor_zlib_unittest.cc', |
540 'base/encode_decode_unittest.cc', | 537 'base/encode_decode_unittest.cc', |
541 'base/encoder_vp8_unittest.cc', | 538 'base/encoder_vp8_unittest.cc', |
542 'base/encoder_row_based_unittest.cc', | 539 'base/encoder_row_based_unittest.cc', |
543 'base/base_mock_objects.cc', | 540 'base/base_mock_objects.cc', |
544 'base/base_mock_objects.h', | 541 'base/base_mock_objects.h', |
545 # BUG57351 'client/chromoting_view_unittest.cc', | 542 # BUG57351 'client/chromoting_view_unittest.cc', |
546 'host/access_verifier_unittest.cc', | 543 'host/access_verifier_unittest.cc', |
547 'host/chromoting_host_context_unittest.cc', | 544 'host/chromoting_host_context_unittest.cc', |
548 'host/chromoting_host_unittest.cc', | 545 'host/chromoting_host_unittest.cc', |
| 546 'host/client_session_unittest.cc', |
549 'host/differ_block_unittest.cc', | 547 'host/differ_block_unittest.cc', |
550 'host/differ_unittest.cc', | 548 'host/differ_unittest.cc', |
551 'host/heartbeat_sender_unittest.cc', | 549 'host/heartbeat_sender_unittest.cc', |
552 'host/host_key_pair_unittest.cc', | 550 'host/host_key_pair_unittest.cc', |
553 'host/host_mock_objects.cc', | 551 'host/host_mock_objects.cc', |
554 'host/host_mock_objects.h', | 552 'host/host_mock_objects.h', |
555 'host/json_host_config_unittest.cc', | 553 'host/json_host_config_unittest.cc', |
556 'host/screen_recorder_unittest.cc', | 554 'host/screen_recorder_unittest.cc', |
557 'host/test_key_pair.h', | 555 'host/test_key_pair.h', |
| 556 'host/user_authenticator_fake.cc', |
| 557 'host/user_authenticator_fake.h', |
558 'jingle_glue/iq_request_unittest.cc', | 558 'jingle_glue/iq_request_unittest.cc', |
559 'jingle_glue/jingle_client_unittest.cc', | 559 'jingle_glue/jingle_client_unittest.cc', |
560 'jingle_glue/jingle_thread_unittest.cc', | 560 'jingle_glue/jingle_thread_unittest.cc', |
561 'protocol/connection_to_client_unittest.cc', | 561 'protocol/connection_to_client_unittest.cc', |
562 'protocol/fake_session.cc', | 562 'protocol/fake_session.cc', |
563 'protocol/fake_session.h', | 563 'protocol/fake_session.h', |
564 'protocol/jingle_session_unittest.cc', | 564 'protocol/jingle_session_unittest.cc', |
565 'protocol/message_decoder_unittest.cc', | 565 'protocol/message_decoder_unittest.cc', |
566 'protocol/message_reader_unittest.cc', | 566 'protocol/message_reader_unittest.cc', |
567 'protocol/protocol_mock_objects.cc', | 567 'protocol/protocol_mock_objects.cc', |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
613 ], # end of 'conditions' | 613 ], # end of 'conditions' |
614 }, # end of target 'chromoting_unittests' | 614 }, # end of target 'chromoting_unittests' |
615 ], # end of targets | 615 ], # end of targets |
616 } | 616 } |
617 | 617 |
618 # Local Variables: | 618 # Local Variables: |
619 # tab-width:2 | 619 # tab-width:2 |
620 # indent-tabs-mode:nil | 620 # indent-tabs-mode:nil |
621 # End: | 621 # End: |
622 # vim: set expandtab tabstop=2 shiftwidth=2: | 622 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |