| Index: components/browsing_data/core/BUILD.gn
|
| diff --git a/components/browsing_data/core/BUILD.gn b/components/browsing_data/core/BUILD.gn
|
| index 726f435dcbf86e7f26d7576f6649f2582c6a8e3d..e39808c0464cd6a8f4727daeceae9f19ed978aed 100644
|
| --- a/components/browsing_data/core/BUILD.gn
|
| +++ b/components/browsing_data/core/BUILD.gn
|
| @@ -8,6 +8,7 @@ if (is_android) {
|
|
|
| static_library("core") {
|
| sources = [
|
| + "browsing_data_enums.h",
|
| "browsing_data_utils.cc",
|
| "browsing_data_utils.h",
|
| "counters/autofill_counter.cc",
|
| @@ -45,6 +46,11 @@ if (is_android) {
|
| "browsing_data_utils.h",
|
| ]
|
| }
|
| + java_cpp_enum("browsing_data_enums_java") {
|
| + sources = [
|
| + "browsing_data_enums.h",
|
| + ]
|
| + }
|
| }
|
|
|
| source_set("unit_tests") {
|
| @@ -62,6 +68,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",
|
|
|