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

Unified Diff: third_party/WebKit/public/platform/DEPS

Issue 2404443002: Web MIDI: use midi_service.mojom for media::midi::Result (Closed)
Patch Set: yhirano@ review 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
Index: third_party/WebKit/public/platform/DEPS
diff --git a/third_party/WebKit/public/platform/DEPS b/third_party/WebKit/public/platform/DEPS
index f4bae6f8cc23fc1a6d66b5491b979c8a5bf30af0..b81685c64a748c3f3df7e13c2eb520574bea2573 100644
--- a/third_party/WebKit/public/platform/DEPS
+++ b/third_party/WebKit/public/platform/DEPS
@@ -9,6 +9,10 @@ include_rules = [
"-cc/blink",
"-core",
"-modules",
+ # TODO(toyoshim): Remove following media/midi direct dependency in public
+ # interface once Web MIDI starts calling the Mojo service inside Blink.
+ # http://crbug.com/582327
+ "+media/midi/midi_service.mojom-shared.h",
"+mojo/public",
"+platform",
"+platform/weborigin",

Powered by Google App Engine
This is Rietveld 408576698