| Index: components/browsing_data/BUILD.gn
|
| diff --git a/components/browsing_data/BUILD.gn b/components/browsing_data/BUILD.gn
|
| index 7b964e54960599e711d3946425cf8ea1e771d1e7..42a33bbb6f1bd364244c7e0a70b95b08a304184a 100644
|
| --- a/components/browsing_data/BUILD.gn
|
| +++ b/components/browsing_data/BUILD.gn
|
| @@ -5,8 +5,12 @@
|
| static_library("browsing_data") {
|
| output_name = "browsing_data"
|
| sources = [
|
| + "browsing_data_utils.cc",
|
| + "browsing_data_utils.h",
|
| "conditional_cache_deletion_helper.cc",
|
| "conditional_cache_deletion_helper.h",
|
| + "counters/browsing_data_counter.cc",
|
| + "counters/browsing_data_counter.h",
|
| "storage_partition_http_cache_data_remover.cc",
|
| "storage_partition_http_cache_data_remover.h",
|
| ]
|
| @@ -15,6 +19,7 @@ static_library("browsing_data") {
|
|
|
| deps = [
|
| "//base",
|
| + "//components/prefs:prefs",
|
| "//content/public/browser",
|
| "//net",
|
| ]
|
|
|