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

Unified Diff: media/midi/BUILD.gn

Issue 2318953002: Replace Setup API with PnP Configuration Manager in MidiManagerWinrt (Closed)
Patch Set: 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') | media/midi/midi_manager_winrt.cc » ('J')
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..c0065f46ead8baa9bf71a9f9dd35a4dd55016343 100644
--- a/media/midi/BUILD.gn
+++ b/media/midi/BUILD.gn
@@ -137,6 +137,7 @@ component("midi") {
if (is_win) {
deps += [ "//device/usb" ]
+ libs += [ "cfgmgr32.lib" ]
Shao-Chuan Lee 2016/09/07 08:26:52 This library is available since Windows 2000, and
Shao-Chuan Lee 2016/09/07 09:01:05 Not very familiar with GN, but it looks like media
Takashi Toyoshima 2016/09/07 10:17:02 Probably, we do not need this? Or need only on is_
Shao-Chuan Lee 2016/09/08 06:29:45 This is required in component build, and adding th
sources += [
"midi_manager_win.cc",
"midi_manager_win.h",
« no previous file with comments | « no previous file | media/midi/midi_manager_winrt.cc » ('j') | media/midi/midi_manager_winrt.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698