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

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

Issue 1257013003: Load CMA backend from shared library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 4 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/base/BUILD.gn
diff --git a/chromecast/media/base/BUILD.gn b/chromecast/media/base/BUILD.gn
index 47f116ac183237698d9a61dc15770c873cfb8e4e..1940ab34d72c1c7adf06fefc4d39d9c6b0016bcc 100644
--- a/chromecast/media/base/BUILD.gn
+++ b/chromecast/media/base/BUILD.gn
@@ -19,6 +19,8 @@ source_set("base") {
"key_systems_common.h",
"media_caps.cc",
"media_caps.h",
+ "media_codec_support.cc",
+ "media_codec_support.h",
"media_message_loop.cc",
"media_message_loop.h",
"switching_media_renderer.cc",

Powered by Google App Engine
This is Rietveld 408576698