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 713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
724 'protocol/fake_session.cc', | 724 'protocol/fake_session.cc', |
725 'protocol/fake_session.h', | 725 'protocol/fake_session.h', |
726 'protocol/jingle_session_unittest.cc', | 726 'protocol/jingle_session_unittest.cc', |
727 'protocol/message_decoder_unittest.cc', | 727 'protocol/message_decoder_unittest.cc', |
728 'protocol/message_reader_unittest.cc', | 728 'protocol/message_reader_unittest.cc', |
729 'protocol/protocol_mock_objects.cc', | 729 'protocol/protocol_mock_objects.cc', |
730 'protocol/protocol_mock_objects.h', | 730 'protocol/protocol_mock_objects.h', |
731 'protocol/rtp_video_reader_unittest.cc', | 731 'protocol/rtp_video_reader_unittest.cc', |
732 'protocol/rtp_video_writer_unittest.cc', | 732 'protocol/rtp_video_writer_unittest.cc', |
733 'protocol/secure_p2p_socket_unittest.cc', | 733 'protocol/secure_p2p_socket_unittest.cc', |
734 'protocol/session_manager_pair.cc', | |
735 'protocol/session_manager_pair.h', | |
736 'run_all_unittests.cc', | 734 'run_all_unittests.cc', |
737 ], | 735 ], |
738 'conditions': [ | 736 'conditions': [ |
739 ['toolkit_uses_gtk == 1', { | 737 ['toolkit_uses_gtk == 1', { |
740 'dependencies': [ | 738 'dependencies': [ |
741 # Needed for the following #include chain: | 739 # Needed for the following #include chain: |
742 # base/run_all_unittests.cc | 740 # base/run_all_unittests.cc |
743 # ../base/test_suite.h | 741 # ../base/test_suite.h |
744 # gtk/gtk.h | 742 # gtk/gtk.h |
745 '../build/linux/system.gyp:gtk', | 743 '../build/linux/system.gyp:gtk', |
(...skipping 17 matching lines...) Expand all Loading... |
763 ], # end of 'conditions' | 761 ], # end of 'conditions' |
764 }, # end of target 'remoting_unittests' | 762 }, # end of target 'remoting_unittests' |
765 ], # end of targets | 763 ], # end of targets |
766 } | 764 } |
767 | 765 |
768 # Local Variables: | 766 # Local Variables: |
769 # tab-width:2 | 767 # tab-width:2 |
770 # indent-tabs-mode:nil | 768 # indent-tabs-mode:nil |
771 # End: | 769 # End: |
772 # vim: set expandtab tabstop=2 shiftwidth=2: | 770 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |