| Index: components/translate/content/browser/BUILD.gn
|
| diff --git a/components/translate/content/browser/BUILD.gn b/components/translate/content/browser/BUILD.gn
|
| index d94c3387f5a4e56ca0524e88546fa254e044638e..cfcf1981f69862fbf73af9f82fb40f7cb935c223 100644
|
| --- a/components/translate/content/browser/BUILD.gn
|
| +++ b/components/translate/content/browser/BUILD.gn
|
| @@ -9,6 +9,10 @@ static_library("browser") {
|
| "browser_cld_data_provider.h",
|
| "content_translate_driver.cc",
|
| "content_translate_driver.h",
|
| + "data_file_browser_cld_data_provider.cc",
|
| + "data_file_browser_cld_data_provider.h",
|
| + "static_browser_cld_data_provider.cc",
|
| + "static_browser_cld_data_provider.h",
|
| ]
|
|
|
| deps = [
|
| @@ -17,15 +21,4 @@ static_library("browser") {
|
| "//content/public/browser",
|
| ]
|
|
|
| - if (cld2_data_source == "standalone" || cld2_data_source == "component") {
|
| - sources += [
|
| - "data_file_browser_cld_data_provider.cc",
|
| - "data_file_browser_cld_data_provider.h",
|
| - ]
|
| - } else if (cld2_data_source == "static") {
|
| - sources += [
|
| - "static_browser_cld_data_provider.cc",
|
| - "static_browser_cld_data_provider.h",
|
| - ]
|
| - }
|
| }
|
|
|