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

Unified Diff: services/media/common/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 | « services/BUILD.gn ('k') | services/media/common/test/linear_function_test.cc » ('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 fb221485f4f50cb0888d6e32610d14ac0f9ada28..dc8e8b6d6d8098b78d0bfa36287e8f24973144d9 100644
--- a/services/media/common/BUILD.gn
+++ b/services/media/common/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/module_args/mojo.gni")
+import("//mojo/public/mojo_application.gni")
import("$mojo_sdk_root/mojo/public/mojo_sdk.gni")
source_set("common") {
@@ -18,3 +19,22 @@ source_set("common") {
"//mojo/services/media/common/interfaces",
]
}
+
+mojo_native_application("apptests") {
+ output_name = "media_common_apptests"
+
+ testonly = true
+
+ sources = [
+ "test/linear_function_test.cc",
+ "test/ratio_test.cc",
+ "test/test_base.h",
+ ]
+
+ deps = [
+ "//base",
+ "//mojo/application",
+ "//mojo/application:test_support",
+ "//mojo/services/media/common/cpp",
+ ]
+}
« no previous file with comments | « services/BUILD.gn ('k') | services/media/common/test/linear_function_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698