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

Unified Diff: mojo/go/BUILD.gn

Issue 2049443002: Fix the //mojo/go:application target. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/go/BUILD.gn
diff --git a/mojo/go/BUILD.gn b/mojo/go/BUILD.gn
index 5d618c9e6314e805495210af120b976eed1b791c..526029301eb00b5339cfd2540f80031c7441e9b7 100644
--- a/mojo/go/BUILD.gn
+++ b/mojo/go/BUILD.gn
@@ -9,10 +9,13 @@ go_library("application") {
sources = [
"//mojo/public/go/application/application_impl.go",
"//mojo/public/go/application/connection.go",
+ "//mojo/public/go/application/describer.go",
]
deps = [
":bindings",
":system",
+ "//mojo/public/interfaces/application",
+ "//mojo/public/interfaces/bindings",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698