| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 796 'protocol/key_event_tracker.cc', | 796 'protocol/key_event_tracker.cc', |
| 797 'protocol/key_event_tracker.h', | 797 'protocol/key_event_tracker.h', |
| 798 'protocol/me2me_host_authenticator_factory.cc', | 798 'protocol/me2me_host_authenticator_factory.cc', |
| 799 'protocol/me2me_host_authenticator_factory.h', | 799 'protocol/me2me_host_authenticator_factory.h', |
| 800 'protocol/message_decoder.cc', | 800 'protocol/message_decoder.cc', |
| 801 'protocol/message_decoder.h', | 801 'protocol/message_decoder.h', |
| 802 'protocol/message_reader.cc', | 802 'protocol/message_reader.cc', |
| 803 'protocol/message_reader.h', | 803 'protocol/message_reader.h', |
| 804 'protocol/negotiating_authenticator.cc', | 804 'protocol/negotiating_authenticator.cc', |
| 805 'protocol/negotiating_authenticator.h', | 805 'protocol/negotiating_authenticator.h', |
| 806 'protocol/pepper_channel.h', | |
| 807 'protocol/pepper_session.cc', | 806 'protocol/pepper_session.cc', |
| 808 'protocol/pepper_session.h', | 807 'protocol/pepper_session.h', |
| 809 'protocol/pepper_session_manager.cc', | 808 'protocol/pepper_session_manager.cc', |
| 810 'protocol/pepper_session_manager.h', | 809 'protocol/pepper_session_manager.h', |
| 811 'protocol/pepper_stream_channel.cc', | 810 'protocol/pepper_transport_factory.cc', |
| 812 'protocol/pepper_stream_channel.h', | 811 'protocol/pepper_transport_factory.h', |
| 813 'protocol/pepper_transport_socket_adapter.cc', | 812 'protocol/pepper_transport_socket_adapter.cc', |
| 814 'protocol/pepper_transport_socket_adapter.h', | 813 'protocol/pepper_transport_socket_adapter.h', |
| 815 'protocol/protobuf_video_reader.cc', | 814 'protocol/protobuf_video_reader.cc', |
| 816 'protocol/protobuf_video_reader.h', | 815 'protocol/protobuf_video_reader.h', |
| 817 'protocol/protobuf_video_writer.cc', | 816 'protocol/protobuf_video_writer.cc', |
| 818 'protocol/protobuf_video_writer.h', | 817 'protocol/protobuf_video_writer.h', |
| 819 'protocol/rtcp_writer.cc', | 818 'protocol/rtcp_writer.cc', |
| 820 'protocol/rtcp_writer.h', | 819 'protocol/rtcp_writer.h', |
| 821 'protocol/rtp_reader.cc', | 820 'protocol/rtp_reader.cc', |
| 822 'protocol/rtp_reader.h', | 821 'protocol/rtp_reader.h', |
| 823 'protocol/rtp_utils.cc', | 822 'protocol/rtp_utils.cc', |
| 824 'protocol/rtp_utils.h', | 823 'protocol/rtp_utils.h', |
| 825 'protocol/rtp_video_reader.cc', | 824 'protocol/rtp_video_reader.cc', |
| 826 'protocol/rtp_video_reader.h', | 825 'protocol/rtp_video_reader.h', |
| 827 'protocol/rtp_video_writer.cc', | 826 'protocol/rtp_video_writer.cc', |
| 828 'protocol/rtp_video_writer.h', | 827 'protocol/rtp_video_writer.h', |
| 829 'protocol/rtp_writer.cc', | 828 'protocol/rtp_writer.cc', |
| 830 'protocol/rtp_writer.h', | 829 'protocol/rtp_writer.h', |
| 831 'protocol/session.h', | 830 'protocol/session.h', |
| 832 'protocol/session_config.cc', | 831 'protocol/session_config.cc', |
| 833 'protocol/session_config.h', | 832 'protocol/session_config.h', |
| 834 'protocol/session_manager.h', | 833 'protocol/session_manager.h', |
| 835 'protocol/socket_reader_base.cc', | 834 'protocol/socket_reader_base.cc', |
| 836 'protocol/socket_reader_base.h', | 835 'protocol/socket_reader_base.h', |
| 837 'protocol/ssl_hmac_channel_authenticator.cc', | 836 'protocol/ssl_hmac_channel_authenticator.cc', |
| 838 'protocol/ssl_hmac_channel_authenticator.h', | 837 'protocol/ssl_hmac_channel_authenticator.h', |
| 838 'protocol/transport.h', |
| 839 'protocol/transport_config.cc', | 839 'protocol/transport_config.cc', |
| 840 'protocol/transport_config.h', | 840 'protocol/transport_config.h', |
| 841 'protocol/util.cc', | 841 'protocol/util.cc', |
| 842 'protocol/util.h', | 842 'protocol/util.h', |
| 843 'protocol/v1_authenticator.cc', | 843 'protocol/v1_authenticator.cc', |
| 844 'protocol/v1_authenticator.h', | 844 'protocol/v1_authenticator.h', |
| 845 'protocol/v2_authenticator.cc', | 845 'protocol/v2_authenticator.cc', |
| 846 'protocol/v2_authenticator.h', | 846 'protocol/v2_authenticator.h', |
| 847 'protocol/video_reader.cc', | 847 'protocol/video_reader.cc', |
| 848 'protocol/video_reader.h', | 848 'protocol/video_reader.h', |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 992 '../base/allocator/allocator.gyp:allocator', | 992 '../base/allocator/allocator.gyp:allocator', |
| 993 ], | 993 ], |
| 994 }, | 994 }, |
| 995 ], | 995 ], |
| 996 ], | 996 ], |
| 997 }], | 997 }], |
| 998 ], # end of 'conditions' | 998 ], # end of 'conditions' |
| 999 }, # end of target 'remoting_unittests' | 999 }, # end of target 'remoting_unittests' |
| 1000 ], # end of targets | 1000 ], # end of targets |
| 1001 } | 1001 } |
| OLD | NEW |