| 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 1720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1731 'jingle_glue/iq_sender_unittest.cc', | 1731 'jingle_glue/iq_sender_unittest.cc', |
| 1732 'jingle_glue/jingle_thread_unittest.cc', | 1732 'jingle_glue/jingle_thread_unittest.cc', |
| 1733 'jingle_glue/mock_objects.cc', | 1733 'jingle_glue/mock_objects.cc', |
| 1734 'jingle_glue/mock_objects.h', | 1734 'jingle_glue/mock_objects.h', |
| 1735 'protocol/authenticator_test_base.cc', | 1735 'protocol/authenticator_test_base.cc', |
| 1736 'protocol/authenticator_test_base.h', | 1736 'protocol/authenticator_test_base.h', |
| 1737 'protocol/clipboard_echo_filter_unittest.cc', | 1737 'protocol/clipboard_echo_filter_unittest.cc', |
| 1738 'protocol/connection_tester.cc', | 1738 'protocol/connection_tester.cc', |
| 1739 'protocol/connection_tester.h', | 1739 'protocol/connection_tester.h', |
| 1740 'protocol/connection_to_client_unittest.cc', | 1740 'protocol/connection_to_client_unittest.cc', |
| 1741 'protocol/content_description_unittest.cc', |
| 1741 'protocol/fake_authenticator.cc', | 1742 'protocol/fake_authenticator.cc', |
| 1742 'protocol/fake_authenticator.h', | 1743 'protocol/fake_authenticator.h', |
| 1743 'protocol/fake_session.cc', | 1744 'protocol/fake_session.cc', |
| 1744 'protocol/fake_session.h', | 1745 'protocol/fake_session.h', |
| 1745 'protocol/jingle_messages_unittest.cc', | 1746 'protocol/jingle_messages_unittest.cc', |
| 1746 'protocol/jingle_session_unittest.cc', | 1747 'protocol/jingle_session_unittest.cc', |
| 1747 'protocol/input_event_tracker_unittest.cc', | 1748 'protocol/input_event_tracker_unittest.cc', |
| 1748 'protocol/message_decoder_unittest.cc', | 1749 'protocol/message_decoder_unittest.cc', |
| 1749 'protocol/message_reader_unittest.cc', | 1750 'protocol/message_reader_unittest.cc', |
| 1750 'protocol/mouse_input_filter_unittest.cc', | 1751 'protocol/mouse_input_filter_unittest.cc', |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1794 '../base/allocator/allocator.gyp:allocator', | 1795 '../base/allocator/allocator.gyp:allocator', |
| 1795 ], | 1796 ], |
| 1796 }, | 1797 }, |
| 1797 ], | 1798 ], |
| 1798 ], | 1799 ], |
| 1799 }], | 1800 }], |
| 1800 ], # end of 'conditions' | 1801 ], # end of 'conditions' |
| 1801 }, # end of target 'remoting_unittests' | 1802 }, # end of target 'remoting_unittests' |
| 1802 ], # end of targets | 1803 ], # end of targets |
| 1803 } | 1804 } |
| OLD | NEW |