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

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

Issue 1952673003: Motown: Rename Ratio and LinearFunction classes (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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
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 e46af00f32e0677484eedfcdbba91f629f776166..c2f6b70b3df174dda6af2e81d414313491e18243 100644
--- a/mojo/services/media/common/cpp/BUILD.gn
+++ b/mojo/services/media/common/cpp/BUILD.gn
@@ -12,17 +12,17 @@ mojo_sdk_source_set("cpp") {
"circular_buffer_media_pipe_adapter.h",
"fifo_allocator.cc",
"fifo_allocator.h",
- "linear_function.cc",
- "linear_function.h",
"linear_transform.cc",
"linear_transform.h",
"local_time.h",
"mapped_shared_buffer.cc",
"mapped_shared_buffer.h",
- "ratio.cc",
- "ratio.h",
"shared_media_buffer_allocator.cc",
"shared_media_buffer_allocator.h",
+ "timeline_function.cc",
+ "timeline_function.h",
+ "timeline_rate.cc",
+ "timeline_rate.h",
]
if (is_posix) {
« no previous file with comments | « mojo/dart/packages/mojo_services/lib/mojo/timelines.mojom.dart ('k') | mojo/services/media/common/cpp/linear_function.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698