| 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 574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 585 'protocol/input_sender.h', | 585 'protocol/input_sender.h', |
| 586 'protocol/input_stub.h', | 586 'protocol/input_stub.h', |
| 587 'protocol/jingle_session.cc', | 587 'protocol/jingle_session.cc', |
| 588 'protocol/jingle_session.h', | 588 'protocol/jingle_session.h', |
| 589 'protocol/jingle_session_manager.cc', | 589 'protocol/jingle_session_manager.cc', |
| 590 'protocol/jingle_session_manager.h', | 590 'protocol/jingle_session_manager.h', |
| 591 'protocol/message_decoder.cc', | 591 'protocol/message_decoder.cc', |
| 592 'protocol/message_decoder.h', | 592 'protocol/message_decoder.h', |
| 593 'protocol/message_reader.cc', | 593 'protocol/message_reader.cc', |
| 594 'protocol/message_reader.h', | 594 'protocol/message_reader.h', |
| 595 'protocol/pepper_p2p_channel.h', |
| 596 'protocol/pepper_p2p_channel.cc', |
| 595 'protocol/protobuf_video_reader.cc', | 597 'protocol/protobuf_video_reader.cc', |
| 596 'protocol/protobuf_video_reader.h', | 598 'protocol/protobuf_video_reader.h', |
| 597 'protocol/protobuf_video_writer.cc', | 599 'protocol/protobuf_video_writer.cc', |
| 598 'protocol/protobuf_video_writer.h', | 600 'protocol/protobuf_video_writer.h', |
| 599 'protocol/rtcp_writer.cc', | 601 'protocol/rtcp_writer.cc', |
| 600 'protocol/rtcp_writer.h', | 602 'protocol/rtcp_writer.h', |
| 601 'protocol/rtp_reader.cc', | 603 'protocol/rtp_reader.cc', |
| 602 'protocol/rtp_reader.h', | 604 'protocol/rtp_reader.h', |
| 603 'protocol/rtp_utils.cc', | 605 'protocol/rtp_utils.cc', |
| 604 'protocol/rtp_utils.h', | 606 'protocol/rtp_utils.h', |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 779 ], # end of 'conditions' | 781 ], # end of 'conditions' |
| 780 }, # end of target 'remoting_unittests' | 782 }, # end of target 'remoting_unittests' |
| 781 ], # end of targets | 783 ], # end of targets |
| 782 } | 784 } |
| 783 | 785 |
| 784 # Local Variables: | 786 # Local Variables: |
| 785 # tab-width:2 | 787 # tab-width:2 |
| 786 # indent-tabs-mode:nil | 788 # indent-tabs-mode:nil |
| 787 # End: | 789 # End: |
| 788 # vim: set expandtab tabstop=2 shiftwidth=2: | 790 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |