| 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 | 10 |
| (...skipping 1714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1725 'base/compound_buffer_unittest.cc', | 1725 'base/compound_buffer_unittest.cc', |
| 1726 'base/compressor_zlib_unittest.cc', | 1726 'base/compressor_zlib_unittest.cc', |
| 1727 'base/decoder_vp8_unittest.cc', | 1727 'base/decoder_vp8_unittest.cc', |
| 1728 'base/decompressor_zlib_unittest.cc', | 1728 'base/decompressor_zlib_unittest.cc', |
| 1729 'base/encode_decode_unittest.cc', | 1729 'base/encode_decode_unittest.cc', |
| 1730 'base/encoder_vp8_unittest.cc', | 1730 'base/encoder_vp8_unittest.cc', |
| 1731 'base/encoder_row_based_unittest.cc', | 1731 'base/encoder_row_based_unittest.cc', |
| 1732 'base/util_unittest.cc', | 1732 'base/util_unittest.cc', |
| 1733 'client/key_event_mapper_unittest.cc', | 1733 'client/key_event_mapper_unittest.cc', |
| 1734 'client/plugin/mac_key_event_processor_unittest.cc', | 1734 'client/plugin/mac_key_event_processor_unittest.cc', |
| 1735 'host/audio_capturer_win_unittest.cc', |
| 1735 'host/chromoting_host_context_unittest.cc', | 1736 'host/chromoting_host_context_unittest.cc', |
| 1736 'host/chromoting_host_unittest.cc', | 1737 'host/chromoting_host_unittest.cc', |
| 1737 'host/client_session_unittest.cc', | 1738 'host/client_session_unittest.cc', |
| 1738 'host/differ_block_unittest.cc', | 1739 'host/differ_block_unittest.cc', |
| 1739 'host/differ_unittest.cc', | 1740 'host/differ_unittest.cc', |
| 1740 'host/heartbeat_sender_unittest.cc', | 1741 'host/heartbeat_sender_unittest.cc', |
| 1741 'host/host_key_pair_unittest.cc', | 1742 'host/host_key_pair_unittest.cc', |
| 1742 'host/host_mock_objects.cc', | 1743 'host/host_mock_objects.cc', |
| 1743 'host/host_mock_objects.h', | 1744 'host/host_mock_objects.h', |
| 1744 'host/json_host_config_unittest.cc', | 1745 'host/json_host_config_unittest.cc', |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1826 '../base/allocator/allocator.gyp:allocator', | 1827 '../base/allocator/allocator.gyp:allocator', |
| 1827 ], | 1828 ], |
| 1828 }, | 1829 }, |
| 1829 ], | 1830 ], |
| 1830 ], | 1831 ], |
| 1831 }], | 1832 }], |
| 1832 ], # end of 'conditions' | 1833 ], # end of 'conditions' |
| 1833 }, # end of target 'remoting_unittests' | 1834 }, # end of target 'remoting_unittests' |
| 1834 ], # end of targets | 1835 ], # end of targets |
| 1835 } | 1836 } |
| OLD | NEW |