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

Unified Diff: chromecast/media/BUILD.gn

Issue 1372393007: [Chromecast] Upgrade to new CMA backend API (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Fix GN build Created 5 years, 2 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/BUILD.gn
diff --git a/chromecast/media/BUILD.gn b/chromecast/media/BUILD.gn
index 4961a3f760c7e6b447032f75841b8b4e031ce1e3..da6bf3f8612de59e770226810c35bc39da01f9ea 100644
--- a/chromecast/media/BUILD.gn
+++ b/chromecast/media/BUILD.gn
@@ -33,8 +33,6 @@ test("cast_media_unittests") {
"cma/test/frame_generator_for_test.h",
"cma/test/frame_segmenter_for_test.cc",
"cma/test/frame_segmenter_for_test.h",
- "cma/test/media_component_device_feeder_for_test.cc",
- "cma/test/media_component_device_feeder_for_test.h",
"cma/test/mock_frame_consumer.cc",
"cma/test/mock_frame_consumer.h",
"cma/test/mock_frame_provider.cc",
@@ -47,12 +45,20 @@ test("cast_media_unittests") {
deps = [
":media",
"//chromecast/media/audio:test_support",
+ "//chromecast/media/base:message_loop",
+ "//chromecast/media/cma/backend",
+ "//chromecast/media/cma/base",
+ "//chromecast/media/cma/filters",
+ "//chromecast/media/cma/ipc",
+ "//chromecast/media/cma/ipc_streamer",
+ "//chromecast/media/cma/pipeline",
"//base",
"//base:i18n",
"//base/test:test_support",
"//chromecast/base",
"//chromecast/base/metrics:test_support",
"//chromecast/public",
+ "//chromecast/renderer/media",
"//media",
"//media/base:test_support",
"//testing/gmock",

Powered by Google App Engine
This is Rietveld 408576698