OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'remoting_audio': 0, | 10 'remoting_audio': 0, |
(...skipping 1744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1755 'host/video_frame_capturer_mac_unittest.cc', | 1755 'host/video_frame_capturer_mac_unittest.cc', |
1756 'host/video_frame_capturer_unittest.cc', | 1756 'host/video_frame_capturer_unittest.cc', |
1757 'jingle_glue/chromium_socket_factory_unittest.cc', | 1757 'jingle_glue/chromium_socket_factory_unittest.cc', |
1758 'jingle_glue/fake_signal_strategy.cc', | 1758 'jingle_glue/fake_signal_strategy.cc', |
1759 'jingle_glue/fake_signal_strategy.h', | 1759 'jingle_glue/fake_signal_strategy.h', |
1760 'jingle_glue/iq_sender_unittest.cc', | 1760 'jingle_glue/iq_sender_unittest.cc', |
1761 'jingle_glue/mock_objects.cc', | 1761 'jingle_glue/mock_objects.cc', |
1762 'jingle_glue/mock_objects.h', | 1762 'jingle_glue/mock_objects.h', |
1763 'protocol/authenticator_test_base.cc', | 1763 'protocol/authenticator_test_base.cc', |
1764 'protocol/authenticator_test_base.h', | 1764 'protocol/authenticator_test_base.h', |
| 1765 'protocol/buffered_socket_writer_unittest.cc', |
1765 'protocol/clipboard_echo_filter_unittest.cc', | 1766 'protocol/clipboard_echo_filter_unittest.cc', |
1766 'protocol/connection_tester.cc', | 1767 'protocol/connection_tester.cc', |
1767 'protocol/connection_tester.h', | 1768 'protocol/connection_tester.h', |
1768 'protocol/connection_to_client_unittest.cc', | 1769 'protocol/connection_to_client_unittest.cc', |
1769 'protocol/content_description_unittest.cc', | 1770 'protocol/content_description_unittest.cc', |
1770 'protocol/fake_authenticator.cc', | 1771 'protocol/fake_authenticator.cc', |
1771 'protocol/fake_authenticator.h', | 1772 'protocol/fake_authenticator.h', |
1772 'protocol/fake_session.cc', | 1773 'protocol/fake_session.cc', |
1773 'protocol/fake_session.h', | 1774 'protocol/fake_session.h', |
1774 'protocol/jingle_messages_unittest.cc', | 1775 'protocol/jingle_messages_unittest.cc', |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1823 '../base/allocator/allocator.gyp:allocator', | 1824 '../base/allocator/allocator.gyp:allocator', |
1824 ], | 1825 ], |
1825 }, | 1826 }, |
1826 ], | 1827 ], |
1827 ], | 1828 ], |
1828 }], | 1829 }], |
1829 ], # end of 'conditions' | 1830 ], # end of 'conditions' |
1830 }, # end of target 'remoting_unittests' | 1831 }, # end of target 'remoting_unittests' |
1831 ], # end of targets | 1832 ], # end of targets |
1832 } | 1833 } |
OLD | NEW |