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

Unified Diff: apps/moterm/BUILD.gn

Issue 1137033005: Moterm part 6: Add moterm_example_app. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 | « apps/BUILD.gn ('k') | apps/moterm/moterm_example_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/moterm/BUILD.gn
diff --git a/apps/moterm/BUILD.gn b/apps/moterm/BUILD.gn
index 909ba5e0b23a843a84f2ae762a5e198b50fabb25..2358201fa886fe26b788c41d5d52b3c438c72ab9 100644
--- a/apps/moterm/BUILD.gn
+++ b/apps/moterm/BUILD.gn
@@ -33,6 +33,25 @@ mojo_native_application("moterm") {
]
}
+mojo_native_application("moterm_example_app") {
+ sources = [
+ "moterm_example_app.cc",
+ ]
+
+ deps = [
+ "//base",
+ "//examples/window_manager:bindings",
+ "//mojo/application",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/utility",
+ "//mojo/public/interfaces/application",
+ "//mojo/services/files/public/interfaces",
+ "//mojo/services/geometry/public/interfaces",
+ "//mojo/services/view_manager/public/cpp",
+ "//mojo/services/terminal/public/interfaces",
+ ]
+}
+
mojo_native_application("gl_helper_test_app") {
sources = [
"gl_helper_test_app.cc",
« no previous file with comments | « apps/BUILD.gn ('k') | apps/moterm/moterm_example_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698