Index: mojo/services/log/interfaces/BUILD.gn |
diff --git a/mojo/services/native_support/interfaces/BUILD.gn b/mojo/services/log/interfaces/BUILD.gn |
similarity index 83% |
copy from mojo/services/native_support/interfaces/BUILD.gn |
copy to mojo/services/log/interfaces/BUILD.gn |
index a6a04a830591d0bbbbab5148ba0e4c27143c0405..26be7c2c2110937bfbba64ce18936a91f938b9dc 100644 |
--- a/mojo/services/native_support/interfaces/BUILD.gn |
+++ b/mojo/services/log/interfaces/BUILD.gn |
@@ -7,12 +7,9 @@ import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni") |
mojom("interfaces") { |
sources = [ |
- "process.mojom", |
+ "entry.mojom", |
+ "log.mojom", |
] |
import_dirs = [ get_path_info("../../", "abspath") ] |
- |
- public_deps = [ |
- "../../files/interfaces", |
- ] |
} |