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

Unified Diff: media/audio/BUILD.gn

Issue 1850223002: Remove "#pragma comment(lib" in media. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/audio/win/audio_manager_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/BUILD.gn
diff --git a/media/audio/BUILD.gn b/media/audio/BUILD.gn
index 8892e76c4c917858184d0f7b446b6eed3601379d..e69dc42dd6c7f3555b797401a165d196cf5500e9 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -171,7 +171,11 @@ source_set("audio") {
"win/waveout_output_win.h",
]
- libs += [ "dxguid.lib" ]
+ libs += [
+ "dxguid.lib",
+ "setupapi.lib",
+ "winmm.lib",
+ ]
}
if (is_android) {
« 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