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

Side by Side Diff: remoting/remoting.gyp

Issue 10818010: Added support for multiple sampling rates on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Uploaded the correct set of changes 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.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 'remoting_audio': 1, 10 'remoting_audio': 1,
(...skipping 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 'type': 'static_library', 1111 'type': 'static_library',
1112 'variables': { 'enable_wexit_time_destructors': 1, }, 1112 'variables': { 'enable_wexit_time_destructors': 1, },
1113 'dependencies': [ 1113 'dependencies': [
1114 'remoting_base', 1114 'remoting_base',
1115 'remoting_jingle_glue', 1115 'remoting_jingle_glue',
1116 'remoting_protocol', 1116 'remoting_protocol',
1117 'differ_block', 1117 'differ_block',
1118 '../crypto/crypto.gyp:crypto', 1118 '../crypto/crypto.gyp:crypto',
1119 ], 1119 ],
1120 'sources': [ 1120 'sources': [
1121 'host/audio_capturer.cc',
1121 'host/audio_capturer.h', 1122 'host/audio_capturer.h',
1122 'host/audio_capturer_linux.cc', 1123 'host/audio_capturer_linux.cc',
1123 'host/audio_capturer_mac.cc', 1124 'host/audio_capturer_mac.cc',
1124 'host/audio_capturer_win.cc', 1125 'host/audio_capturer_win.cc',
1125 'host/audio_scheduler.cc', 1126 'host/audio_scheduler.cc',
1126 'host/audio_scheduler.h', 1127 'host/audio_scheduler.h',
1127 'host/capture_scheduler.cc', 1128 'host/capture_scheduler.cc',
1128 'host/capture_scheduler.h', 1129 'host/capture_scheduler.h',
1129 'host/chromoting_host.cc', 1130 'host/chromoting_host.cc',
1130 'host/chromoting_host.h', 1131 'host/chromoting_host.h',
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
1785 '../base/allocator/allocator.gyp:allocator', 1786 '../base/allocator/allocator.gyp:allocator',
1786 ], 1787 ],
1787 }, 1788 },
1788 ], 1789 ],
1789 ], 1790 ],
1790 }], 1791 }],
1791 ], # end of 'conditions' 1792 ], # end of 'conditions'
1792 }, # end of target 'remoting_unittests' 1793 }, # end of target 'remoting_unittests'
1793 ], # end of targets 1794 ], # end of targets
1794 } 1795 }
OLDNEW
« no previous file with comments | « remoting/host/audio_capturer_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698