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

Unified Diff: third_party/WebKit/Source/modules/webmidi/BUILD.gn

Issue 2422163002: Web MIDI: use midi_service.mojom for media::midi::PortState (Closed)
Patch Set: gn --check fix Created 4 years, 2 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 | « media/midi/midi_service.mojom ('k') | third_party/WebKit/Source/modules/webmidi/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webmidi/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/webmidi/BUILD.gn b/third_party/WebKit/Source/modules/webmidi/BUILD.gn
index 88893b388270f56f389f6dc1e4cfa119757352fe..b7623805b0264f1bb4d11238ea6792ff73748c70 100644
--- a/third_party/WebKit/Source/modules/webmidi/BUILD.gn
+++ b/third_party/WebKit/Source/modules/webmidi/BUILD.gn
@@ -31,4 +31,8 @@ blink_modules_sources("webmidi") {
"NavigatorWebMIDI.cpp",
"NavigatorWebMIDI.h",
]
+
+ deps = [
+ "//media/midi:mojo_blink_cpp_sources",
+ ]
}
« no previous file with comments | « media/midi/midi_service.mojom ('k') | third_party/WebKit/Source/modules/webmidi/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698