Index: extensions/browser/api/virtual_keyboard_private/BUILD.gn |
diff --git a/components/leveldb/public/interfaces/BUILD.gn b/extensions/browser/api/virtual_keyboard_private/BUILD.gn |
similarity index 51% |
copy from components/leveldb/public/interfaces/BUILD.gn |
copy to extensions/browser/api/virtual_keyboard_private/BUILD.gn |
index 0b95cf4b365afc2bf68220e01f2eca7ac41d5b35..75d1e5a30983d872baa3eee5c465061ac2d6694a 100644 |
--- a/components/leveldb/public/interfaces/BUILD.gn |
+++ b/extensions/browser/api/virtual_keyboard_private/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("virtual_keyboard_private") { |
sources = [ |
- "leveldb.mojom", |
+ "virtual_keyboard_delegate.h", |
+ "virtual_keyboard_private_api.cc", |
+ "virtual_keyboard_private_api.h", |
] |
deps = [ |
- "//components/filesystem/public/interfaces", |
+ "//extensions/common/api", |
] |
} |