| Index: components/content_settings/core/browser/BUILD.gn
|
| diff --git a/components/content_settings/core/browser/BUILD.gn b/components/content_settings/core/browser/BUILD.gn
|
| index 1f1960834183a68a50b3aa4a3ccfb845e24711a6..84c115a02075faeb33ea4152f67241a631d71e5f 100644
|
| --- a/components/content_settings/core/browser/BUILD.gn
|
| +++ b/components/content_settings/core/browser/BUILD.gn
|
| @@ -34,6 +34,8 @@ static_library("browser") {
|
| "host_content_settings_map.cc",
|
| "host_content_settings_map.h",
|
| "local_shared_objects_counter.h",
|
| + "plugins_field_trial.cc",
|
| + "plugins_field_trial.h",
|
| ]
|
|
|
| deps = [
|
| @@ -56,6 +58,7 @@ source_set("unit_tests") {
|
| "content_settings_provider_unittest.cc",
|
| "content_settings_rule_unittest.cc",
|
| "content_settings_utils_unittest.cc",
|
| + "plugins_field_trial_unittest.cc",
|
| ]
|
|
|
| deps = [
|
|
|