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

Side by Side Diff: remoting/remoting.gyp

Issue 10836017: Piping for audio encoding. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed header guards 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
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 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after
1173 'base/plugin_thread_task_runner.cc', 1173 'base/plugin_thread_task_runner.cc',
1174 'base/plugin_thread_task_runner.h', 1174 'base/plugin_thread_task_runner.h',
1175 'base/rate_counter.cc', 1175 'base/rate_counter.cc',
1176 'base/rate_counter.h', 1176 'base/rate_counter.h',
1177 'base/running_average.cc', 1177 'base/running_average.cc',
1178 'base/running_average.h', 1178 'base/running_average.h',
1179 'base/stoppable.cc', 1179 'base/stoppable.cc',
1180 'base/stoppable.h', 1180 'base/stoppable.h',
1181 'base/util.cc', 1181 'base/util.cc',
1182 'base/util.h', 1182 'base/util.h',
1183 # TODO(kxing): Seperate the audio and video codec files into a separate
1184 # target.
1185 'codec/audio_encoder.h',
1186 'codec/audio_encoder_verbatim.cc',
1187 'codec/audio_encoder_verbatim.h',
1183 ], 1188 ],
1184 }, # end of target 'remoting_base' 1189 }, # end of target 'remoting_base'
1185 1190
1186 { 1191 {
1187 'target_name': 'remoting_host', 1192 'target_name': 'remoting_host',
1188 'type': 'static_library', 1193 'type': 'static_library',
1189 'variables': { 'enable_wexit_time_destructors': 1, }, 1194 'variables': { 'enable_wexit_time_destructors': 1, },
1190 'dependencies': [ 1195 'dependencies': [
1191 'remoting_base', 1196 'remoting_base',
1192 'remoting_jingle_glue', 1197 'remoting_jingle_glue',
(...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
1837 '../base/allocator/allocator.gyp:allocator', 1842 '../base/allocator/allocator.gyp:allocator',
1838 ], 1843 ],
1839 }, 1844 },
1840 ], 1845 ],
1841 ], 1846 ],
1842 }], 1847 }],
1843 ], # end of 'conditions' 1848 ], # end of 'conditions'
1844 }, # end of target 'remoting_unittests' 1849 }, # end of target 'remoting_unittests'
1845 ], # end of targets 1850 ], # end of targets
1846 } 1851 }
OLDNEW
« remoting/host/chromoting_host.cc ('K') | « remoting/host/chromoting_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698