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

Unified Diff: services/files/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 | « no previous file | services/files/files_app.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/files/BUILD.gn
diff --git a/services/files/BUILD.gn b/services/files/BUILD.gn
index e00eb06f0dd3f186ab751587efef5a1d0b205553..d804042bf97ecd7cc1285f3e4f51c89650996999 100644
--- a/services/files/BUILD.gn
+++ b/services/files/BUILD.gn
@@ -6,15 +6,27 @@ import("//mojo/public/mojo_application.gni")
mojo_native_application("files") {
sources = [
+ "main.cc",
+ ]
+
+ deps = [
+ ":lib",
+ "//mojo/application",
+ ]
+}
+
+source_set("lib") {
+ sources = [
"directory_impl.cc",
"directory_impl.h",
"file_impl.cc",
"file_impl.h",
+ "files_app.cc",
+ "files_app.h",
"files_impl.cc",
"files_impl.h",
"futimens.h",
"futimens_android.cc",
- "main.cc",
"shared_impl.cc",
"shared_impl.h",
"util.cc",
« no previous file with comments | « no previous file | services/files/files_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698