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

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

Issue 1950603002: Motown: Add new Ratio and LinearFunction classes to media/common/cpp. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: sync 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 | « no previous file | mojo/services/media/common/cpp/linear_function.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 627a7267b1040381657479fb101ca23ee65363d0..e46af00f32e0677484eedfcdbba91f629f776166 100644
--- a/mojo/services/media/common/cpp/BUILD.gn
+++ b/mojo/services/media/common/cpp/BUILD.gn
@@ -12,11 +12,15 @@ 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",
]
@@ -36,3 +40,5 @@ mojo_sdk_source_set("cpp") {
"$mojo_sdk_root/mojo/services/media/common/interfaces",
]
}
+# Look for unit tests in services/media/common/test
+# TODO(dalesat): Move unit tests here using different test infrastructure.
« no previous file with comments | « no previous file | mojo/services/media/common/cpp/linear_function.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698