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

Unified Diff: mojo/services/media/common/cpp/BUILD.gn

Issue 2068043005: Motown: Video renderer library code (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix empty packet detection. Created 4 years, 6 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: mojo/services/media/common/cpp/BUILD.gn
diff --git a/mojo/services/media/common/cpp/BUILD.gn b/mojo/services/media/common/cpp/BUILD.gn
index 42272a04d20d9f90918ae92607dae6b2ee0b3c23..275c987b237312d8ed79971c2cfc849561af774c 100644
--- a/mojo/services/media/common/cpp/BUILD.gn
+++ b/mojo/services/media/common/cpp/BUILD.gn
@@ -24,6 +24,12 @@ mojo_sdk_source_set("cpp") {
"timeline_function.h",
"timeline_rate.cc",
"timeline_rate.h",
+ "video_converter.cc",
+ "video_converter.h",
+ "video_packet_layout.cc",
+ "video_packet_layout.h",
+ "video_renderer.cc",
+ "video_renderer.h",
]
if (is_posix) {
@@ -39,6 +45,7 @@ mojo_sdk_source_set("cpp") {
"$mojo_sdk_root/mojo/public/cpp/environment",
"$mojo_sdk_root/mojo/public/cpp/utility",
"$mojo_sdk_root/mojo/services/media/common/interfaces",
+ "$mojo_sdk_root/mojo/services/media/core/interfaces",
]
}
# Look for unit tests in services/media/common/test
« no previous file with comments | « no previous file | mojo/services/media/common/cpp/video_converter.h » ('j') | mojo/services/media/common/cpp/video_converter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698