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

Unified Diff: services/files/BUILD.gn

Issue 963093004: Files: Add basic implementation of Directory and some basic tests. (Closed) Base URL: https://github.com/domokit/mojo.git@file_man
Patch Set: oops 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 | services/files/directory_impl.cc » ('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 e5ae2a7010168af594fc66debfa59ae390e58e87..a4b28e63abc08f2987e8a56f04f11e397cbe98ba 100644
--- a/services/files/BUILD.gn
+++ b/services/files/BUILD.gn
@@ -16,6 +16,8 @@ mojo_native_application("files") {
"futimens.h",
"futimens_android.cc",
"main.cc",
+ "shared_impl.cc",
+ "shared_impl.h",
"util.cc",
"util.h",
]
@@ -26,6 +28,7 @@ mojo_native_application("files") {
"//mojo/application",
"//mojo/common",
"//mojo/public/cpp/application",
+ "//mojo/public/cpp/bindings:callback",
"//mojo/public/cpp/system",
]
}
« no previous file with comments | « no previous file | services/files/directory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698