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

Unified Diff: content/browser/BUILD.gn

Issue 1896883002: Mojo interfaces needed for switching audio rendering stream creation and closing from IPC to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: All grunell comments resolved Created 4 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 | content/browser/media/audio_output_impl.h » ('j') | content/browser/media/audio_output_impl.h » ('J')
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 5e4b8de22ef3a3f873f1111adad2c82e7f29f873..ec0136057e61048cc98ffc5ce0a82129e67ecd58 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -62,6 +62,7 @@ source_set("browser") {
"//gpu/command_buffer/client:gles2_implementation",
"//ipc/mojo",
"//media",
+ "//media:media",
xhwang 2016/04/26 22:54:41 This is not necessary. //media means //media::medi
rchtara 2016/04/29 12:54:44 Done.
"//media/midi",
"//mojo/common",
"//mojo/common:url_type_converters",
« no previous file with comments | « no previous file | content/browser/media/audio_output_impl.h » ('j') | content/browser/media/audio_output_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698