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

Unified Diff: media/cast/BUILD.gn

Issue 2784433002: Ensures that audio tasks cannot run after AudioManager is deleted. (Closed)
Patch Set: rebase Created 3 years, 7 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/audio/win/audio_output_win_unittest.cc ('k') | media/cast/test/receiver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/BUILD.gn
diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn
index bd5a8484c7a43402a005ea174df76477f1c9696e..1ed7995e03dc76f1854b948353845b318aa4a2b0 100644
--- a/media/cast/BUILD.gn
+++ b/media/cast/BUILD.gn
@@ -411,6 +411,7 @@ if (is_win || is_mac || (is_linux && !is_chromeos)) {
"//base",
"//build/win:default_exe_manifest",
"//media",
+ "//media/audio:test_support",
"//net",
"//ui/gfx/geometry",
]
« no previous file with comments | « media/audio/win/audio_output_win_unittest.cc ('k') | media/cast/test/receiver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698