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

Unified Diff: examples/media_test/BUILD.gn

Issue 1809703003: Motown: Add examples/media_test, a command line media player app. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 9 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: examples/media_test/BUILD.gn
diff --git a/examples/moterm_example_app/BUILD.gn b/examples/media_test/BUILD.gn
similarity index 54%
copy from examples/moterm_example_app/BUILD.gn
copy to examples/media_test/BUILD.gn
index 007ad07666b5539f153d94c2815a82c6ac9d373d..55a30785970489705e36f93ba5c83215c4c0fb4a 100644
--- a/examples/moterm_example_app/BUILD.gn
+++ b/examples/media_test/BUILD.gn
@@ -4,22 +4,25 @@
import("//mojo/public/mojo_application.gni")
-mojo_native_application("moterm_example_app") {
+mojo_native_application("media_test") {
sources = [
- "moterm_example_app.cc",
+ "keystroke.cc",
+ "keystroke.h",
+ "media_test.cc",
+ "media_test.h",
+ "media_test_app.cc",
]
deps = [
"//base",
"//mojo/application",
- "//mojo/common",
+ "//mojo/environment:chromium",
+ "//mojo/gpu",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/utility",
"//mojo/public/interfaces/application",
- "//mojo/services/files/interfaces",
- "//mojo/services/geometry/interfaces",
- "//mojo/services/terminal/interfaces",
- "//mojo/services/ui/views/interfaces",
- "//mojo/ui",
+ "//mojo/services/media/common/cpp",
+ "//mojo/services/media/common/interfaces",
+ "//mojo/services/media/control/interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698