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

Unified Diff: components/filesystem/public/interfaces/BUILD.gn

Issue 1147083002: mandoline: Fork the files service from the mojo repository. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: I think the problem was in the mandoline build.gn Created 5 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 | « components/filesystem/main.cc ('k') | components/filesystem/public/interfaces/directory.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/filesystem/public/interfaces/BUILD.gn
diff --git a/net/interfaces/BUILD.gn b/components/filesystem/public/interfaces/BUILD.gn
similarity index 60%
copy from net/interfaces/BUILD.gn
copy to components/filesystem/public/interfaces/BUILD.gn
index 03a07785251e4d2fa222319e0a4cab1d0c4c5f9a..6a03a89568055bb77adfe2d63d350f2a6ca0fd5d 100644
--- a/net/interfaces/BUILD.gn
+++ b/components/filesystem/public/interfaces/BUILD.gn
@@ -2,11 +2,15 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/module_args/mojo.gni")
import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "host_resolver_service.mojom",
- "proxy_resolver_service.mojom",
+ "directory.mojom",
+ "file.mojom",
+ "files.mojom",
+ "types.mojom",
]
+ # import_dirs = [ get_path_info("../../../", "abspath") ]
}
« no previous file with comments | « components/filesystem/main.cc ('k') | components/filesystem/public/interfaces/directory.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698