| Index: components/translate/content/browser/BUILD.gn
|
| diff --git a/components/translate/content/browser/BUILD.gn b/components/translate/content/browser/BUILD.gn
|
| index 4553d250edf1c7cfee37325fc071301693183a23..77090f623b55749ab0df4d813a77d535623431f5 100644
|
| --- a/components/translate/content/browser/BUILD.gn
|
| +++ b/components/translate/content/browser/BUILD.gn
|
| @@ -4,7 +4,10 @@
|
|
|
| import("//build/config/features.gni")
|
|
|
| -source_set("browser") {
|
| +static_library("browser") {
|
| + # TODO(crbug.com/565129) this should be a source_set but
|
| + # there are static initializers that get accidentally linked
|
| + # into chrome from that need to be addressed first.
|
| sources = [
|
| "browser_cld_data_provider.cc",
|
| "browser_cld_data_provider.h",
|
|
|