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

Unified Diff: chromecast/public/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/public/BUILD.gn
diff --git a/chromecast/public/BUILD.gn b/chromecast/public/BUILD.gn
index 5ad19d36e335618c8548d8f937e543b5df35b777..779c5fdd796fa0a0da9ddcb82baa186193e1a6f2 100644
--- a/chromecast/public/BUILD.gn
+++ b/chromecast/public/BUILD.gn
@@ -11,9 +11,11 @@ source_set("public") {
"chromecast_export.h",
"graphics_properties_shlib.h",
"graphics_types.h",
+ "media_codec_support_shlib.h",
"osd_plane.h",
"osd_plane_shlib.h",
"osd_surface.h",
+ "task_runner.h",
"video_plane.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698