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

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

Issue 1986303002: Motown: Use new TimelineTransform and related definitions (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fixes per feedback. Created 4 years, 7 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
« no previous file with comments | « services/media/audio/audio_track_impl.cc ('k') | services/media/common/mojo_publisher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/common/BUILD.gn
diff --git a/services/media/common/BUILD.gn b/services/media/common/BUILD.gn
index bc1e1b26423f1d3ed085ec401040a19278f27164..51880fa24989a43df95c032004740c7e848eca31 100644
--- a/services/media/common/BUILD.gn
+++ b/services/media/common/BUILD.gn
@@ -10,13 +10,16 @@ source_set("common") {
sources = [
"media_pipe_base.cc",
"media_pipe_base.h",
- "rate_control_base.cc",
+ "mojo_publisher.h",
+ "timeline_control_site.cc",
+ "timeline_control_site.h",
]
deps = [
"//base",
"//mojo/services/media/common/cpp",
"//mojo/services/media/common/interfaces",
+ "//mojo/services/media/core/interfaces",
]
}
« no previous file with comments | « services/media/audio/audio_track_impl.cc ('k') | services/media/common/mojo_publisher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698