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

Unified Diff: chromecast/media/BUILD.gn

Issue 1105803002: Exposes a shlib interface for media/audio path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | chromecast/media/audio/BUILD.gn » ('j') | chromecast/media/audio/cast_audio_manager.h » ('J')
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 6a8c6a6a3dfaa4bdf7427fee4d933fd84359b4fc..8f5da4ca7a3eb038a893c6b0ac011fa760984fd2 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",
@@ -15,6 +16,8 @@ group("media") {
test("unittests") {
sources = [
"//media/base",
+ "audio/cast_audio_manager_factory_test.cc",
+ "audio/cast_audio_manager_test.cc",
"cma/backend/audio_video_pipeline_device_unittest.cc",
"cma/base/balanced_media_task_runner_unittest.cc",
"cma/base/buffering_controller_unittest.cc",
« no previous file with comments | « no previous file | chromecast/media/audio/BUILD.gn » ('j') | chromecast/media/audio/cast_audio_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698