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

Unified Diff: content/browser/BUILD.gn

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
« no previous file with comments | « components/test_runner/test_runner.cc ('k') | content/browser/media/midi_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 03f3b91ba77ee22f79fd191703a9120ba7fceddd..6b31103b8090952241b42a0dd322e6e38370ba88 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -80,6 +80,7 @@ source_set("browser") {
"//media/capture",
"//media/gpu/ipc/client",
"//media/midi",
+ "//media/midi:mojo_cpp_sources",
Takashi Toyoshima 2016/10/17 06:38:57 Adding the right include file results in this line
"//media/mojo/interfaces",
"//media/mojo/interfaces:image_capture",
"//mojo/common",
« no previous file with comments | « components/test_runner/test_runner.cc ('k') | content/browser/media/midi_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698