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 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
589 'protocol/rtp_writer.cc', | 589 'protocol/rtp_writer.cc', |
590 'protocol/rtp_writer.h', | 590 'protocol/rtp_writer.h', |
591 'protocol/secure_p2p_socket.cc', | 591 'protocol/secure_p2p_socket.cc', |
592 'protocol/secure_p2p_socket.h', | 592 'protocol/secure_p2p_socket.h', |
593 'protocol/session.h', | 593 'protocol/session.h', |
594 'protocol/session_config.cc', | 594 'protocol/session_config.cc', |
595 'protocol/session_config.h', | 595 'protocol/session_config.h', |
596 'protocol/session_manager.h', | 596 'protocol/session_manager.h', |
597 'protocol/socket_reader_base.cc', | 597 'protocol/socket_reader_base.cc', |
598 'protocol/socket_reader_base.h', | 598 'protocol/socket_reader_base.h', |
599 'protocol/socket_wrapper.cc', | |
600 'protocol/socket_wrapper.h', | |
601 'protocol/util.cc', | 599 'protocol/util.cc', |
602 'protocol/util.h', | 600 'protocol/util.h', |
603 'protocol/video_reader.cc', | 601 'protocol/video_reader.cc', |
604 'protocol/video_reader.h', | 602 'protocol/video_reader.h', |
605 'protocol/video_stub.h', | 603 'protocol/video_stub.h', |
606 'protocol/video_writer.cc', | 604 'protocol/video_writer.cc', |
607 'protocol/video_writer.h', | 605 'protocol/video_writer.h', |
608 ], | 606 ], |
609 }, # end of target 'remoting_protocol' | 607 }, # end of target 'remoting_protocol' |
610 | 608 |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
761 ], # end of 'conditions' | 759 ], # end of 'conditions' |
762 }, # end of target 'remoting_unittests' | 760 }, # end of target 'remoting_unittests' |
763 ], # end of targets | 761 ], # end of targets |
764 } | 762 } |
765 | 763 |
766 # Local Variables: | 764 # Local Variables: |
767 # tab-width:2 | 765 # tab-width:2 |
768 # indent-tabs-mode:nil | 766 # indent-tabs-mode:nil |
769 # End: | 767 # End: |
770 # vim: set expandtab tabstop=2 shiftwidth=2: | 768 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |