Index: extensions/browser/api/runtime/BUILD.gn |
diff --git a/services/file/public/interfaces/BUILD.gn b/extensions/browser/api/runtime/BUILD.gn |
similarity index 53% |
copy from services/file/public/interfaces/BUILD.gn |
copy to extensions/browser/api/runtime/BUILD.gn |
index 8d8e767a261e71db8140fe1c85842c9f10945681..3ff397cfc3dea74631e1de427e9ae026c45030cf 100644 |
--- a/services/file/public/interfaces/BUILD.gn |
+++ b/extensions/browser/api/runtime/BUILD.gn |
@@ -2,14 +2,16 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-import("//mojo/public/tools/bindings/mojom.gni") |
- |
-mojom("interfaces") { |
+source_set("runtime") { |
sources = [ |
- "file_system.mojom", |
+ "runtime_api.cc", |
+ "runtime_api.h", |
+ "runtime_api_delegate.cc", |
+ "runtime_api_delegate.h", |
] |
deps = [ |
- "//components/filesystem/public/interfaces", |
+ "//extensions/common/api", |
+ "//skia", |
] |
} |