Chromium Code Reviews| 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..db5cf500d7311a45bfa1293c3cb6fafd978dd606 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/559766) this should be a source_set but |
|
brettw
2015/12/10 18:48:36
This should be 565129 (separate bug for this).
|
| + # 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", |