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

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: DCHECK on posted task Created 5 years, 5 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 e47f8500b0479fe9d6d453d3fbe56d470c75cca8..85bb7f9063f2e510e082d521f724e2ba67ae4602 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