Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(301)

Unified Diff: components/browsing_data_ui/BUILD.gn

Issue 1806873002: Add an infrastructure to query history.google.com about other forms of browsing history. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed output_name Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/browsing_data_ui.gypi ('k') | components/browsing_data_ui/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « components/browsing_data_ui.gypi ('k') | components/browsing_data_ui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698