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

Unified Diff: examples/echo_terminal/BUILD.gn

Issue 1013313002: Move services/files/*.mojom -> mojo/services/files/public/interfaces/. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | examples/echo_terminal/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/echo_terminal/BUILD.gn
diff --git a/examples/echo_terminal/BUILD.gn b/examples/echo_terminal/BUILD.gn
index b41f8032bcfa182d841e9704838bcfa02cf99dbb..0da27dd87b75ebec5bc4bd577e424a665133160a 100644
--- a/examples/echo_terminal/BUILD.gn
+++ b/examples/echo_terminal/BUILD.gn
@@ -3,29 +3,18 @@
# found in the LICENSE file.
import("//mojo/public/mojo_application.gni")
-import("//mojo/public/tools/bindings/mojom.gni")
mojo_native_application("echo_terminal") {
deps = [
- ":bindings",
"//base",
"//mojo/application",
"//mojo/common",
"//mojo/public/cpp/application",
"//mojo/public/cpp/system",
+ "//mojo/services/terminal/public/interfaces",
]
sources = [
"main.cc",
]
}
-
-mojom("bindings") {
- public_deps = [
- "//services/files:bindings",
- ]
-
- sources = [
- "terminal_client.mojom",
- ]
-}
« no previous file with comments | « no previous file | examples/echo_terminal/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698