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

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

Issue 1855183005: Revert of Remove "#pragma comment(lib" in media. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | media/audio/win/audio_manager_win.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/linux/pkg_config.gni") 5 import("//build/config/linux/pkg_config.gni")
6 import("//media/media_options.gni") 6 import("//media/media_options.gni")
7 7
8 # When libpulse is not directly linked, use stubs to allow for dlopening of the 8 # When libpulse is not directly linked, use stubs to allow for dlopening of the
9 # binary. 9 # binary.
10 if (!link_pulseaudio) { 10 if (!link_pulseaudio) {
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 "win/core_audio_util_win.cc", 164 "win/core_audio_util_win.cc",
165 "win/core_audio_util_win.h", 165 "win/core_audio_util_win.h",
166 "win/device_enumeration_win.cc", 166 "win/device_enumeration_win.cc",
167 "win/device_enumeration_win.h", 167 "win/device_enumeration_win.h",
168 "win/wavein_input_win.cc", 168 "win/wavein_input_win.cc",
169 "win/wavein_input_win.h", 169 "win/wavein_input_win.h",
170 "win/waveout_output_win.cc", 170 "win/waveout_output_win.cc",
171 "win/waveout_output_win.h", 171 "win/waveout_output_win.h",
172 ] 172 ]
173 173
174 libs += [ 174 libs += [ "dxguid.lib" ]
175 "dxguid.lib",
176 "setupapi.lib",
177 "winmm.lib",
178 ]
179 } 175 }
180 176
181 if (is_android) { 177 if (is_android) {
182 sources += [ 178 sources += [
183 "android/audio_manager_android.cc", 179 "android/audio_manager_android.cc",
184 "android/audio_manager_android.h", 180 "android/audio_manager_android.h",
185 "android/audio_record_input.cc", 181 "android/audio_record_input.cc",
186 "android/audio_record_input.h", 182 "android/audio_record_input.h",
187 "android/opensles_input.cc", 183 "android/opensles_input.cc",
188 "android/opensles_input.h", 184 "android/opensles_input.h",
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 ] 351 ]
356 } 352 }
357 353
358 if (use_alsa) { 354 if (use_alsa) {
359 sources += [ 355 sources += [
360 "alsa/alsa_output_unittest.cc", 356 "alsa/alsa_output_unittest.cc",
361 "audio_low_latency_input_output_unittest.cc", 357 "audio_low_latency_input_output_unittest.cc",
362 ] 358 ]
363 } 359 }
364 } 360 }
OLDNEW
« no previous file with comments | « no previous file | media/audio/win/audio_manager_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698