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") ] |
} |