| Index: components/translate/core/language_detection/BUILD.gn
|
| diff --git a/components/translate/core/language_detection/BUILD.gn b/components/translate/core/language_detection/BUILD.gn
|
| index 98f4d1f474962598e29b956360fb851c1e31dc24..68eae658a8b1f290db5adf8afd641df46a705aaa 100644
|
| --- a/components/translate/core/language_detection/BUILD.gn
|
| +++ b/components/translate/core/language_detection/BUILD.gn
|
| @@ -4,7 +4,7 @@
|
|
|
| import("//build/config/features.gni")
|
|
|
| -source_set("language_detection") {
|
| +static_library("language_detection") {
|
| sources = [
|
| "language_detection_util.cc",
|
| "language_detection_util.h",
|
|
|