| 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 610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 621 'protocol/jingle_session.cc', | 621 'protocol/jingle_session.cc', |
| 622 'protocol/jingle_session.h', | 622 'protocol/jingle_session.h', |
| 623 'protocol/jingle_session_manager.cc', | 623 'protocol/jingle_session_manager.cc', |
| 624 'protocol/jingle_session_manager.h', | 624 'protocol/jingle_session_manager.h', |
| 625 'protocol/jingle_stream_connector.cc', | 625 'protocol/jingle_stream_connector.cc', |
| 626 'protocol/jingle_stream_connector.h', | 626 'protocol/jingle_stream_connector.h', |
| 627 'protocol/message_decoder.cc', | 627 'protocol/message_decoder.cc', |
| 628 'protocol/message_decoder.h', | 628 'protocol/message_decoder.h', |
| 629 'protocol/message_reader.cc', | 629 'protocol/message_reader.cc', |
| 630 'protocol/message_reader.h', | 630 'protocol/message_reader.h', |
| 631 'protocol/pepper_p2p_channel.h', | 631 'protocol/pepper_transport_socket_adaptor.h', |
| 632 'protocol/pepper_p2p_channel.cc', | 632 'protocol/pepper_transport_socket_adaptor.cc', |
| 633 'protocol/protobuf_video_reader.cc', | 633 'protocol/protobuf_video_reader.cc', |
| 634 'protocol/protobuf_video_reader.h', | 634 'protocol/protobuf_video_reader.h', |
| 635 'protocol/protobuf_video_writer.cc', | 635 'protocol/protobuf_video_writer.cc', |
| 636 'protocol/protobuf_video_writer.h', | 636 'protocol/protobuf_video_writer.h', |
| 637 'protocol/rtcp_writer.cc', | 637 'protocol/rtcp_writer.cc', |
| 638 'protocol/rtcp_writer.h', | 638 'protocol/rtcp_writer.h', |
| 639 'protocol/rtp_reader.cc', | 639 'protocol/rtp_reader.cc', |
| 640 'protocol/rtp_reader.h', | 640 'protocol/rtp_reader.h', |
| 641 'protocol/rtp_utils.cc', | 641 'protocol/rtp_utils.cc', |
| 642 'protocol/rtp_utils.h', | 642 'protocol/rtp_utils.h', |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 811 ['target_arch=="arm"', { | 811 ['target_arch=="arm"', { |
| 812 'sources!': [ | 812 'sources!': [ |
| 813 'base/decoder_vp8_unittest.cc', | 813 'base/decoder_vp8_unittest.cc', |
| 814 'base/encoder_vp8_unittest.cc', | 814 'base/encoder_vp8_unittest.cc', |
| 815 ], | 815 ], |
| 816 }], | 816 }], |
| 817 ], # end of 'conditions' | 817 ], # end of 'conditions' |
| 818 }, # end of target 'remoting_unittests' | 818 }, # end of target 'remoting_unittests' |
| 819 ], # end of targets | 819 ], # end of targets |
| 820 } | 820 } |
| OLD | NEW |