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

Unified Diff: chromecast/media/BUILD.gn

Issue 1308153005: [Chromecast] Plumbs raw audio through CMA backend. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed cast_shell compile error Created 5 years, 3 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 | « chromecast/browser/cast_content_browser_client.cc ('k') | chromecast/media/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/BUILD.gn
diff --git a/chromecast/media/BUILD.gn b/chromecast/media/BUILD.gn
index 249823ac0cf642cb4fabccffcbf893fae41fe7f6..1ddc82c057a3c8ab25ef14c44ff71461250e28ab 100644
--- a/chromecast/media/BUILD.gn
+++ b/chromecast/media/BUILD.gn
@@ -6,6 +6,7 @@ import("//testing/test.gni")
group("media") {
deps = [
+ "//chromecast/media/audio",
"//chromecast/media/base",
"//chromecast/media/cdm",
"//chromecast/media/cma",
@@ -43,6 +44,7 @@ test("cast_media_unittests") {
deps = [
":media",
+ "//chromecast/media/audio:test_support",
"//base",
"//base:i18n",
"//base/test:test_support",
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | chromecast/media/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698