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

Unified Diff: components/browsing_data.gypi

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: 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.gypi
diff --git a/components/browsing_data.gypi b/components/browsing_data.gypi
index c13a84a035868ba6caa6c5d5c06a370c6099332a..64a930a4a22f0fda604d9d76cd2721b98deee4c4 100644
--- a/components/browsing_data.gypi
+++ b/components/browsing_data.gypi
@@ -11,12 +11,16 @@
'../base/base.gyp:base',
'../content/content.gyp:content_browser',
'../net/net.gyp:net',
+ 'browser_sync_browser',
+ 'history_core_browser',
],
'include_dirs': [
'..',
],
'sources': [
# Note: sources list duplicated in GN build.
+ 'browsing_data/history_notice_utils.cc',
+ 'browsing_data/history_notice_utils.h',
'browsing_data/storage_partition_http_cache_data_remover.cc',
'browsing_data/storage_partition_http_cache_data_remover.h',
],

Powered by Google App Engine
This is Rietveld 408576698