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

Unified Diff: components/browsing_data.gypi

Issue 2153863002: Move counters for passwords, history and autofill to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@separate_build_targets_in_components_bd
Patch Set: Addressed comments Created 4 years, 5 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 | « chrome/chrome_browser.gypi ('k') | components/browsing_data/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browsing_data.gypi
diff --git a/components/browsing_data.gypi b/components/browsing_data.gypi
index f30819b1f2cac5a3a36e634e1786bf3c282a4f16..6b2e95c8cbe2a6841ee8c2eb894a966a2a3357ee 100644
--- a/components/browsing_data.gypi
+++ b/components/browsing_data.gypi
@@ -10,6 +10,12 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
+ 'components.gyp:autofill_core_browser',
+ 'components.gyp:history_core_browser',
+ 'components.gyp:password_manager_core_browser',
+ 'components.gyp:sync_driver',
+ 'components.gyp:webdata_common',
+ 'prefs/prefs.gyp:prefs',
],
'include_dirs': [
'..',
@@ -20,8 +26,14 @@
'browsing_data/core/browsing_data_utils.h',
'browsing_data/core/pref_names.cc',
'browsing_data/core/pref_names.h',
+ 'browsing_data/core/counters/autofill_counter.cc',
+ 'browsing_data/core/counters/autofill_counter.h',
'browsing_data/core/counters/browsing_data_counter.cc',
'browsing_data/core/counters/browsing_data_counter.h',
+ 'browsing_data/core/counters/history_counter.cc',
+ 'browsing_data/core/counters/history_counter.h',
+ 'browsing_data/core/counters/passwords_counter.cc',
+ 'browsing_data/core/counters/passwords_counter.h',
],
},
],
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/browsing_data/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698