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

Side by Side Diff: webrtc/tools/tools.gyp

Issue 2268183007: Don't use VoE legacy APIs in force_mic_volume_max tool. (Closed)
Patch Set: Exclude force_mic_volume_max target when rtc_include_internal_audio_device not set. Created 4 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
« no previous file with comments | « webrtc/tools/force_mic_volume_max/force_mic_volume_max.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 WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'includes': [ 10 'includes': [
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'frame_editing_lib', 83 'frame_editing_lib',
84 ], 84 ],
85 'sources': [ 85 'sources': [
86 'frame_editing/frame_editing.cc', 86 'frame_editing/frame_editing.cc',
87 ], 87 ],
88 }, # frame_editing 88 }, # frame_editing
89 { 89 {
90 'target_name': 'force_mic_volume_max', 90 'target_name': 'force_mic_volume_max',
91 'type': 'executable', 91 'type': 'executable',
92 'dependencies': [ 92 'dependencies': [
93 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', 93 '<(webrtc_root)/modules/modules.gyp:audio_device',
94 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_defa ult', 94 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_defa ult',
95 ], 95 ],
96 'sources': [ 96 'sources': [
97 'force_mic_volume_max/force_mic_volume_max.cc', 97 'force_mic_volume_max/force_mic_volume_max.cc',
98 ], 98 ],
99 }, # force_mic_volume_max 99 }, # force_mic_volume_max
100 ], 100 ],
101 'conditions': [ 101 'conditions': [
102 ['enable_protobuf==1', { 102 ['enable_protobuf==1', {
103 'targets': [ 103 'targets': [
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 'sources': [ 285 'sources': [
286 'tools_unittests.isolate', 286 'tools_unittests.isolate',
287 ], 287 ],
288 }, 288 },
289 ], 289 ],
290 }], 290 }],
291 ], 291 ],
292 }], # include_tests 292 }], # include_tests
293 ], # conditions 293 ], # conditions
294 } 294 }
OLDNEW
« no previous file with comments | « webrtc/tools/force_mic_volume_max/force_mic_volume_max.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698