| Index: extensions/browser/api/app_current_window_internal/BUILD.gn
|
| diff --git a/services/file/public/interfaces/BUILD.gn b/extensions/browser/api/app_current_window_internal/BUILD.gn
|
| similarity index 53%
|
| copy from services/file/public/interfaces/BUILD.gn
|
| copy to extensions/browser/api/app_current_window_internal/BUILD.gn
|
| index 8d8e767a261e71db8140fe1c85842c9f10945681..8c2b1fe04878e4858d6996c4a638434da15b23f0 100644
|
| --- a/services/file/public/interfaces/BUILD.gn
|
| +++ b/extensions/browser/api/app_current_window_internal/BUILD.gn
|
| @@ -2,14 +2,14 @@
|
| # 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("app_current_window_internal") {
|
| sources = [
|
| - "file_system.mojom",
|
| + "app_current_window_internal_api.cc",
|
| + "app_current_window_internal_api.h",
|
| ]
|
|
|
| deps = [
|
| - "//components/filesystem/public/interfaces",
|
| + "//extensions/common/api",
|
| + "//skia",
|
| ]
|
| }
|
|
|