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

Unified Diff: media/midi/BUILD.gn

Issue 2834423002: Web MIDI: rename DynamicallyInitializedMidiManagerWin (Closed)
Patch Set: Created 3 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/midi/dynamically_initialized_midi_manager_win.h » ('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 ea6be17589be290d7b436e19efbce7a8ca3ff0f9..0dc5ed3b2a7412b90848dff3d19de41862adb502 100644
--- a/media/midi/BUILD.gn
+++ b/media/midi/BUILD.gn
@@ -142,8 +142,8 @@ component("midi") {
if (is_win) {
deps += [ "//device/usb" ]
sources += [
- "dynamically_initialized_midi_manager_win.cc",
- "dynamically_initialized_midi_manager_win.h",
+ "midi_manager_win.cc",
+ "midi_manager_win.h",
"midi_manager_winrt.cc",
"midi_manager_winrt.h",
]
« no previous file with comments | « no previous file | media/midi/dynamically_initialized_midi_manager_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698