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

Side by Side Diff: webrtc/audio/BUILD.gn

Issue 2998923002: Use SingleThreadedTaskQueue in DirectTransport (Closed)
Patch Set: Appease win_msvc_rel. Created 3 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
OLDNEW
1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2015 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 import("../webrtc.gni") 9 import("../webrtc.gni")
10 if (is_android) { 10 if (is_android) {
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 sources = [ 149 sources = [
150 "test/audio_bwe_integration_test.cc", 150 "test/audio_bwe_integration_test.cc",
151 "test/audio_bwe_integration_test.h", 151 "test/audio_bwe_integration_test.h",
152 ] 152 ]
153 deps = [ 153 deps = [
154 "../common_audio", 154 "../common_audio",
155 "../rtc_base:rtc_base_approved", 155 "../rtc_base:rtc_base_approved",
156 "../system_wrappers", 156 "../system_wrappers",
157 "../test:fake_audio_device", 157 "../test:fake_audio_device",
158 "../test:field_trial", 158 "../test:field_trial",
159 "../test:single_threaded_task_queue",
159 "../test:test_common", 160 "../test:test_common",
160 "../test:test_main", 161 "../test:test_main",
161 "//testing/gmock", 162 "//testing/gmock",
162 "//testing/gtest", 163 "//testing/gtest",
163 "//third_party/gflags", 164 "//third_party/gflags",
164 ] 165 ]
165 166
166 data = [ 167 data = [
167 "//resources/voice_engine/audio_dtx16.wav", 168 "//resources/voice_engine/audio_dtx16.wav",
168 ] 169 ]
169 170
170 if (!build_with_chromium && is_clang) { 171 if (!build_with_chromium && is_clang) {
171 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 172 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
172 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 173 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
173 } 174 }
174 } 175 }
175 } 176 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/audio/test/audio_bwe_integration_test.h » ('j') | webrtc/test/direct_transport.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698