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

Unified 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 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 e69dc42dd6c7f3555b797401a165d196cf5500e9..8892e76c4c917858184d0f7b446b6eed3601379d 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -171,11 +171,7 @@
"win/waveout_output_win.h",
]
- libs += [
- "dxguid.lib",
- "setupapi.lib",
- "winmm.lib",
- ]
+ libs += [ "dxguid.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