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

Unified Diff: apps/moterm/BUILD.gn

Issue 1136673004: Moterm part 5: Add moterm itself. (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_main.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 b5a807885951280078de7781687dfa7c9bbe3782..909ba5e0b23a843a84f2ae762a5e198b50fabb25 100644
--- a/apps/moterm/BUILD.gn
+++ b/apps/moterm/BUILD.gn
@@ -4,6 +4,35 @@
import("//mojo/public/mojo_application.gni")
+mojo_native_application("moterm") {
+ sources = [
+ "moterm_main.cc",
+ "moterm_view.cc",
+ "moterm_view.h",
+ ]
+
+ deps = [
+ ":driver",
+ ":gl_helper",
+ ":key_util",
+ ":model",
+ "//base",
+ "//mojo/application",
+ "//mojo/common",
+ "//mojo/public/c/system",
+ "//mojo/public/cpp/application",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/bindings:callback",
+ "//mojo/services/files/public/interfaces",
+ "//mojo/services/surfaces/public/interfaces:surface_id",
+ "//mojo/services/terminal/public/interfaces",
+ "//mojo/services/view_manager/public/cpp",
+ "//mojo/skia",
+ "//skia",
+ "//third_party/dejavu-fonts-ttf-2.34:DejaVuSansMonoRegular",
+ ]
+}
+
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_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698