OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 # TODO(dmaclach): can we pick this up some other way? Right now it's | 7 # TODO(dmaclach): can we pick this up some other way? Right now it's |
8 # duplicated from chrome.gyp | 8 # duplicated from chrome.gyp |
9 'chromium_code': 1, | 9 'chromium_code': 1, |
10 # Use consistent strings across all platforms. Note that the plugin name | 10 # Use consistent strings across all platforms. Note that the plugin name |
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
728 'remoting_base', | 728 'remoting_base', |
729 'remoting_jingle_glue', | 729 'remoting_jingle_glue', |
730 '../crypto/crypto.gyp:crypto', | 730 '../crypto/crypto.gyp:crypto', |
731 '../jingle/jingle.gyp:jingle_glue', | 731 '../jingle/jingle.gyp:jingle_glue', |
732 '../net/net.gyp:net', | 732 '../net/net.gyp:net', |
733 ], | 733 ], |
734 'export_dependent_settings': [ | 734 'export_dependent_settings': [ |
735 'remoting_jingle_glue', | 735 'remoting_jingle_glue', |
736 ], | 736 ], |
737 'sources': [ | 737 'sources': [ |
738 'protocol/auth_token_utils.cc', | 738 'protocol/auth_util.cc', |
739 'protocol/auth_token_utils.h', | 739 'protocol/auth_util.h', |
740 'protocol/authenticator.h', | 740 'protocol/authenticator.h', |
741 'protocol/buffered_socket_writer.cc', | 741 'protocol/buffered_socket_writer.cc', |
742 'protocol/buffered_socket_writer.h', | 742 'protocol/buffered_socket_writer.h', |
743 'protocol/channel_authenticator.cc', | |
744 'protocol/channel_authenticator.h', | 743 'protocol/channel_authenticator.h', |
745 'protocol/channel_dispatcher_base.cc', | 744 'protocol/channel_dispatcher_base.cc', |
746 'protocol/channel_dispatcher_base.h', | 745 'protocol/channel_dispatcher_base.h', |
747 'protocol/client_control_dispatcher.cc', | 746 'protocol/client_control_dispatcher.cc', |
748 'protocol/client_control_dispatcher.h', | 747 'protocol/client_control_dispatcher.h', |
749 'protocol/client_event_dispatcher.cc', | 748 'protocol/client_event_dispatcher.cc', |
750 'protocol/client_event_dispatcher.h', | 749 'protocol/client_event_dispatcher.h', |
751 'protocol/client_stub.h', | 750 'protocol/client_stub.h', |
752 'protocol/connection_to_client.cc', | 751 'protocol/connection_to_client.cc', |
753 'protocol/connection_to_client.h', | 752 'protocol/connection_to_client.h', |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
804 'protocol/session.h', | 803 'protocol/session.h', |
805 'protocol/session_config.cc', | 804 'protocol/session_config.cc', |
806 'protocol/session_config.h', | 805 'protocol/session_config.h', |
807 'protocol/session_manager.h', | 806 'protocol/session_manager.h', |
808 'protocol/socket_reader_base.cc', | 807 'protocol/socket_reader_base.cc', |
809 'protocol/socket_reader_base.h', | 808 'protocol/socket_reader_base.h', |
810 'protocol/transport_config.cc', | 809 'protocol/transport_config.cc', |
811 'protocol/transport_config.h', | 810 'protocol/transport_config.h', |
812 'protocol/util.cc', | 811 'protocol/util.cc', |
813 'protocol/util.h', | 812 'protocol/util.h', |
| 813 'protocol/v1_client_channel_authenticator.cc', |
| 814 'protocol/v1_client_channel_authenticator.h', |
| 815 'protocol/v1_host_channel_authenticator.cc', |
| 816 'protocol/v1_host_channel_authenticator.h', |
814 'protocol/video_reader.cc', | 817 'protocol/video_reader.cc', |
815 'protocol/video_reader.h', | 818 'protocol/video_reader.h', |
816 'protocol/video_stub.h', | 819 'protocol/video_stub.h', |
817 'protocol/video_writer.cc', | 820 'protocol/video_writer.cc', |
818 'protocol/video_writer.h', | 821 'protocol/video_writer.h', |
819 ], | 822 ], |
820 }, # end of target 'remoting_protocol' | 823 }, # end of target 'remoting_protocol' |
821 | 824 |
822 { | 825 { |
823 'target_name': 'differ_block', | 826 'target_name': 'differ_block', |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
941 '../base/allocator/allocator.gyp:allocator', | 944 '../base/allocator/allocator.gyp:allocator', |
942 ], | 945 ], |
943 }, | 946 }, |
944 ], | 947 ], |
945 ], | 948 ], |
946 }], | 949 }], |
947 ], # end of 'conditions' | 950 ], # end of 'conditions' |
948 }, # end of target 'remoting_unittests' | 951 }, # end of target 'remoting_unittests' |
949 ], # end of targets | 952 ], # end of targets |
950 } | 953 } |
OLD | NEW |