| Index: components/browsing_data/core/BUILD.gn
|
| diff --git a/components/browsing_data/core/BUILD.gn b/components/browsing_data/core/BUILD.gn
|
| index 3345896106d70fe20e82e088ed7dcb330c66f986..19ae36c9750293c9076cf8d124daaf472b0bc168 100644
|
| --- a/components/browsing_data/core/BUILD.gn
|
| +++ b/components/browsing_data/core/BUILD.gn
|
| @@ -10,15 +10,26 @@ static_library("core") {
|
| sources = [
|
| "browsing_data_utils.cc",
|
| "browsing_data_utils.h",
|
| + "counters/autofill_counter.cc",
|
| + "counters/autofill_counter.h",
|
| "counters/browsing_data_counter.cc",
|
| "counters/browsing_data_counter.h",
|
| + "counters/history_counter.cc",
|
| + "counters/history_counter.h",
|
| + "counters/passwords_counter.cc",
|
| + "counters/passwords_counter.h",
|
| "pref_names.cc",
|
| "pref_names.h",
|
| ]
|
|
|
| deps = [
|
| "//base",
|
| + "//components/autofill/core/browser",
|
| + "//components/history/core/browser",
|
| + "//components/password_manager/core/browser",
|
| "//components/prefs:prefs",
|
| + "//components/sync_driver",
|
| + "//components/webdata/common",
|
| ]
|
| }
|
|
|
|
|