| Index: components/translate/BUILD.gn
|
| diff --git a/components/translate/BUILD.gn b/components/translate/BUILD.gn
|
| index f1eab98bd89d96ad25dd1712f641b753fff59ff6..3df13cc4136cf830ea015ef634b22cace5cd1487 100644
|
| --- a/components/translate/BUILD.gn
|
| +++ b/components/translate/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.
|
|
|
| -static_library("translate_core_browser") {
|
| +source_set("translate_core_browser") {
|
| sources = [
|
| "core/browser/language_state.cc",
|
| "core/browser/language_state.h",
|
| @@ -48,7 +48,7 @@ static_library("translate_core_browser") {
|
| }
|
| }
|
|
|
| -static_library("translate_core_common") {
|
| +source_set("translate_core_common") {
|
| sources = [
|
| "core/common/language_detection_details.cc",
|
| "core/common/language_detection_details.h",
|
|
|