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

Unified Diff: services/ui/launcher/BUILD.gn

Issue 1987363004: Build libraries for a number of services. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: remove unnecessary imports Created 4 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 | « services/ui/input_manager/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/launcher/BUILD.gn
diff --git a/services/ui/launcher/BUILD.gn b/services/ui/launcher/BUILD.gn
index db8ef8eaa318806fe5688532c92e600897393f5a..3ea007b7e93685fa29c38fa478a9962717ed6564 100644
--- a/services/ui/launcher/BUILD.gn
+++ b/services/ui/launcher/BUILD.gn
@@ -8,13 +8,23 @@ import("//testing/test.gni")
mojo_native_application("launcher") {
sources = [
+ "main.cc",
+ ]
+
+ deps = [
+ ":lib",
+ "//mojo/application",
+ ]
+}
+
+source_set("lib") {
+ sources = [
"launch_instance.cc",
"launch_instance.h",
"launcher_app.cc",
"launcher_app.h",
"launcher_view_tree.cc",
"launcher_view_tree.h",
- "main.cc",
]
deps = [
« no previous file with comments | « services/ui/input_manager/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698