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

Unified Diff: mojo/file_utils/BUILD.gn

Issue 1923573002: Convert //mojo/file_utils to use SynchronousInterfacePtr. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 8 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 | mojo/file_utils/file_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/file_utils/BUILD.gn
diff --git a/mojo/file_utils/BUILD.gn b/mojo/file_utils/BUILD.gn
index 511d4a275217839709e29d8b10a781229404a12d..0f44f6ef2ba0cddaaab1e10d56207e16cc5d235d 100644
--- a/mojo/file_utils/BUILD.gn
+++ b/mojo/file_utils/BUILD.gn
@@ -13,7 +13,8 @@ source_set("file_utils") {
]
public_deps = [
- "//mojo/services/files/interfaces:interfaces",
+ "//mojo/services/files/interfaces",
+ "//mojo/services/files/interfaces:interfaces_sync",
]
}
« no previous file with comments | « no previous file | mojo/file_utils/file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698