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

Unified Diff: media/midi/BUILD.gn

Issue 2318953002: Replace Setup API with PnP Configuration Manager in MidiManagerWinrt (Closed)
Patch Set: fix 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/midi/midi_manager_winrt.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/BUILD.gn
diff --git a/media/midi/BUILD.gn b/media/midi/BUILD.gn
index cdea3b77f6ae812369d94a515bf80c66e50b811a..a58f993c59b3461e52fc8303fe439229d37e8743 100644
--- a/media/midi/BUILD.gn
+++ b/media/midi/BUILD.gn
@@ -143,6 +143,11 @@ component("midi") {
"midi_manager_winrt.cc",
"midi_manager_winrt.h",
]
+
+ # This library is included in base in static builds.
+ if (is_component_build) {
+ libs += [ "cfgmgr32.lib" ]
+ }
}
if (use_alsa && use_udev) {
« no previous file with comments | « no previous file | media/midi/midi_manager_winrt.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698