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

Unified Diff: components/browsing_data/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: Fixed the GN chain. 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
Index: components/browsing_data/BUILD.gn
diff --git a/components/browsing_data/BUILD.gn b/components/browsing_data/BUILD.gn
index e8af5b63d9ba0d91952ad2aad3213f762da749d7..af7dd0842cc81135ed1487ee47d0b15eb7b18b35 100644
--- a/components/browsing_data/BUILD.gn
+++ b/components/browsing_data/BUILD.gn
@@ -5,6 +5,8 @@
static_library("browsing_data") {
output_name = "browsing_data"
sources = [
+ "history_notice_utils.cc",
+ "history_notice_utils.h",
"storage_partition_http_cache_data_remover.cc",
"storage_partition_http_cache_data_remover.h",
]
@@ -13,6 +15,8 @@ static_library("browsing_data") {
deps = [
"//base",
+ "//components/browser_sync/browser",
+ "//components/history/core/browser",
"//content/public/browser",
"//net",
]

Powered by Google App Engine
This is Rietveld 408576698