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

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: Fixed dependencies 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
Index: components/browsing_data.gypi
diff --git a/components/browsing_data.gypi b/components/browsing_data.gypi
index f30819b1f2cac5a3a36e634e1786bf3c282a4f16..f099f254cd9b449d9853e5fdcf216850a8199ec6 100644
--- a/components/browsing_data.gypi
+++ b/components/browsing_data.gypi
@@ -10,6 +10,13 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
+ 'components.gyp:autofill_core_browser',
+ 'components.gyp:browser_sync_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 +27,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',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698