Index: components/browsing_data_ui/BUILD.gn |
diff --git a/components/leveldb/public/interfaces/BUILD.gn b/components/browsing_data_ui/BUILD.gn |
similarity index 52% |
copy from components/leveldb/public/interfaces/BUILD.gn |
copy to components/browsing_data_ui/BUILD.gn |
index 0b95cf4b365afc2bf68220e01f2eca7ac41d5b35..a9eceed0726aceb69b598af1a42ebfcb905bf84a 100644 |
--- a/components/leveldb/public/interfaces/BUILD.gn |
+++ b/components/browsing_data_ui/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") { |
+static_library("browsing_data_ui") { |
sources = [ |
- "leveldb.mojom", |
+ "history_notice_utils.cc", |
+ "history_notice_utils.h", |
] |
deps = [ |
- "//components/filesystem/public/interfaces", |
+ "//components/browser_sync/browser", |
+ "//components/history/core/browser", |
] |
} |