| 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 a consistent MIME-type independent of branding. | 10 # Use a consistent MIME-type independent of branding. |
| (...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 661 'protocol/jingle_session.cc', | 661 'protocol/jingle_session.cc', |
| 662 'protocol/jingle_session.h', | 662 'protocol/jingle_session.h', |
| 663 'protocol/jingle_session_manager.cc', | 663 'protocol/jingle_session_manager.cc', |
| 664 'protocol/jingle_session_manager.h', | 664 'protocol/jingle_session_manager.h', |
| 665 'protocol/jingle_stream_connector.cc', | 665 'protocol/jingle_stream_connector.cc', |
| 666 'protocol/jingle_stream_connector.h', | 666 'protocol/jingle_stream_connector.h', |
| 667 'protocol/message_decoder.cc', | 667 'protocol/message_decoder.cc', |
| 668 'protocol/message_decoder.h', | 668 'protocol/message_decoder.h', |
| 669 'protocol/message_reader.cc', | 669 'protocol/message_reader.cc', |
| 670 'protocol/message_reader.h', | 670 'protocol/message_reader.h', |
| 671 'protocol/pepper_channel.cc', |
| 672 'protocol/pepper_channel.h', |
| 673 'protocol/pepper_session.cc', |
| 674 'protocol/pepper_session.h', |
| 675 'protocol/pepper_session_manager.cc', |
| 676 'protocol/pepper_session_manager.h', |
| 677 'protocol/pepper_stream_channel.cc', |
| 678 'protocol/pepper_stream_channel.h', |
| 671 'protocol/pepper_transport_socket_adapter.cc', | 679 'protocol/pepper_transport_socket_adapter.cc', |
| 672 'protocol/pepper_transport_socket_adapter.h', | 680 'protocol/pepper_transport_socket_adapter.h', |
| 673 'protocol/protobuf_video_reader.cc', | 681 'protocol/protobuf_video_reader.cc', |
| 674 'protocol/protobuf_video_reader.h', | 682 'protocol/protobuf_video_reader.h', |
| 675 'protocol/protobuf_video_writer.cc', | 683 'protocol/protobuf_video_writer.cc', |
| 676 'protocol/protobuf_video_writer.h', | 684 'protocol/protobuf_video_writer.h', |
| 677 'protocol/rtcp_writer.cc', | 685 'protocol/rtcp_writer.cc', |
| 678 'protocol/rtcp_writer.h', | 686 'protocol/rtcp_writer.h', |
| 679 'protocol/rtp_reader.cc', | 687 'protocol/rtp_reader.cc', |
| 680 'protocol/rtp_reader.h', | 688 'protocol/rtp_reader.h', |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 840 '../base/allocator/allocator.gyp:allocator', | 848 '../base/allocator/allocator.gyp:allocator', |
| 841 ], | 849 ], |
| 842 }, | 850 }, |
| 843 ], | 851 ], |
| 844 ], | 852 ], |
| 845 }], | 853 }], |
| 846 ], # end of 'conditions' | 854 ], # end of 'conditions' |
| 847 }, # end of target 'remoting_unittests' | 855 }, # end of target 'remoting_unittests' |
| 848 ], # end of targets | 856 ], # end of targets |
| 849 } | 857 } |
| OLD | NEW |