Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Side by Side Diff: remoting/remoting.gyp

Issue 10823440: Silence detection test for the Windows audio capturer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comment Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/host/audio_capturer_win_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « remoting/host/audio_capturer_win_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698