| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index d07e10b8bc4e73f2f3a060dca33201f4efcdff38..bc0d096b44abbcd495cb06044f3b29e65e9c7793 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -5,7 +5,6 @@
|
| import("//build/config/ui.gni")
|
|
|
| component("base") {
|
| - external = true
|
| sources = [
|
| "../build/build_config.h",
|
| "third_party/dmg_fp/dmg_fp.h",
|
| @@ -843,7 +842,6 @@ component("base") {
|
| # library. Note that this library cannot depend on base because base depends on
|
| # base_static.
|
| static_library("base_static") {
|
| - external = true
|
| sources = [
|
| "base_switches.cc",
|
| "base_switches.h",
|
| @@ -853,7 +851,6 @@ static_library("base_static") {
|
| }
|
|
|
| component("base_i18n") {
|
| - external = true
|
| sources = [
|
| "i18n/base_i18n_export.h",
|
| "i18n/bidi_line_iterator.cc",
|
|
|