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

Unified Diff: apps/moterm/BUILD.gn

Issue 1314133006: Move moterm_example_app to //examples. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 3 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 31f8582315e0a1bd90c165e69cd7697e04cd85a2..c987d047c662c39ee0ece578c55365a27690fa62 100644
--- a/apps/moterm/BUILD.gn
+++ b/apps/moterm/BUILD.gn
@@ -32,25 +32,6 @@ 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