| Index: components/translate/core/common/BUILD.gn
|
| diff --git a/components/translate/core/common/BUILD.gn b/components/translate/core/common/BUILD.gn
|
| index f4d461ffdc513a01fd434cbb975531852741f91f..237c1aee014b5435b8d62d9cf56197b00a39150b 100644
|
| --- a/components/translate/core/common/BUILD.gn
|
| +++ b/components/translate/core/common/BUILD.gn
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("common") {
|
| +static_library("common") {
|
| sources = [
|
| "language_detection_details.cc",
|
| "language_detection_details.h",
|
|
|