summaryrefslogtreecommitdiffstats
path: root/base/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'base/BUILD.gn')
-rw-r--r--base/BUILD.gn3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 49484b1..7aa8659 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",
@@ -842,7 +841,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",
@@ -852,7 +850,6 @@ static_library("base_static") {
}
component("base_i18n") {
- external = true
sources = [
"i18n/base_i18n_export.h",
"i18n/bidi_line_iterator.cc",