| Index: components/browsing_data/core/BUILD.gn
|
| diff --git a/components/browsing_data/core/BUILD.gn b/components/browsing_data/core/BUILD.gn
|
| index a0f40b11dbf0859377a4e6260f193ae42404abed..dd140ce50128d5dda9727b0e20f7112f7eaa2e78 100644
|
| --- a/components/browsing_data/core/BUILD.gn
|
| +++ b/components/browsing_data/core/BUILD.gn
|
| @@ -10,6 +10,7 @@ static_library("core") {
|
| sources = [
|
| "browsing_data_utils.cc",
|
| "browsing_data_utils.h",
|
| + "clear_browsing_data_tab.h",
|
| "counters/autofill_counter.cc",
|
| "counters/autofill_counter.h",
|
| "counters/browsing_data_counter.cc",
|
| @@ -45,6 +46,11 @@ if (is_android) {
|
| "browsing_data_utils.h",
|
| ]
|
| }
|
| + java_cpp_enum("clear_browsing_data_tab_java") {
|
| + sources = [
|
| + "clear_browsing_data_tab.h",
|
| + ]
|
| + }
|
| }
|
|
|
| source_set("unit_tests") {
|
| @@ -63,6 +69,7 @@ source_set("unit_tests") {
|
| "//components/signin/core/browser:test_support",
|
| "//components/sync",
|
| "//components/sync:test_support_driver",
|
| + "//components/sync_preferences:test_support",
|
| "//components/version_info:version_info",
|
| "//net",
|
| "//testing/gtest",
|
|
|