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

Unified Diff: chromecast/media/audio/BUILD.gn

Issue 1908423006: Allow content embedders to create AudioManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ScopedAudioManagerPtr instead of raw pointer 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
Index: chromecast/media/audio/BUILD.gn
diff --git a/chromecast/media/audio/BUILD.gn b/chromecast/media/audio/BUILD.gn
index 149a664e26941a83cf57656285db55fa34c1946e..4419699618a83505bd257793fe27c1969d078b12 100644
--- a/chromecast/media/audio/BUILD.gn
+++ b/chromecast/media/audio/BUILD.gn
@@ -6,8 +6,6 @@ source_set("audio") {
sources = [
"cast_audio_manager.cc",
"cast_audio_manager.h",
- "cast_audio_manager_factory.cc",
- "cast_audio_manager_factory.h",
"cast_audio_output_stream.cc",
"cast_audio_output_stream.h",
]
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | chromecast/media/audio/cast_audio_manager_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698