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

Side by Side Diff: remoting/remoting.gyp

Issue 10907041: Implement Linux audio capturer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
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 1173 matching lines...) Expand 10 before | Expand all | Expand 10 after
1184 'remoting_base', 1184 'remoting_base',
1185 'remoting_jingle_glue', 1185 'remoting_jingle_glue',
1186 'remoting_protocol', 1186 'remoting_protocol',
1187 'differ_block', 1187 'differ_block',
1188 '../crypto/crypto.gyp:crypto', 1188 '../crypto/crypto.gyp:crypto',
1189 ], 1189 ],
1190 'sources': [ 1190 'sources': [
1191 'host/audio_capturer.cc', 1191 'host/audio_capturer.cc',
1192 'host/audio_capturer.h', 1192 'host/audio_capturer.h',
1193 'host/audio_capturer_linux.cc', 1193 'host/audio_capturer_linux.cc',
1194 'host/audio_capturer_linux.h',
1194 'host/audio_capturer_mac.cc', 1195 'host/audio_capturer_mac.cc',
1195 'host/audio_capturer_win.cc', 1196 'host/audio_capturer_win.cc',
1197 'host/audio_capturer_win.h',
1196 'host/audio_scheduler.cc', 1198 'host/audio_scheduler.cc',
1197 'host/audio_scheduler.h', 1199 'host/audio_scheduler.h',
1198 'host/capture_scheduler.cc', 1200 'host/capture_scheduler.cc',
1199 'host/capture_scheduler.h', 1201 'host/capture_scheduler.h',
1200 'host/chromoting_host.cc', 1202 'host/chromoting_host.cc',
1201 'host/chromoting_host.h', 1203 'host/chromoting_host.h',
1202 'host/chromoting_host_context.cc', 1204 'host/chromoting_host_context.cc',
1203 'host/chromoting_host_context.h', 1205 'host/chromoting_host_context.h',
1204 'host/client_session.cc', 1206 'host/client_session.cc',
1205 'host/client_session.h', 1207 'host/client_session.h',
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
1839 '../base/allocator/allocator.gyp:allocator', 1841 '../base/allocator/allocator.gyp:allocator',
1840 ], 1842 ],
1841 }, 1843 },
1842 ], 1844 ],
1843 ], 1845 ],
1844 }], 1846 }],
1845 ], # end of 'conditions' 1847 ], # end of 'conditions'
1846 }, # end of target 'remoting_unittests' 1848 }, # end of target 'remoting_unittests'
1847 ], # end of targets 1849 ], # end of targets
1848 } 1850 }
OLDNEW
« remoting/host/audio_capturer_linux.cc ('K') | « remoting/host/audio_capturer_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698