summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-27 21:08:35 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-27 21:08:35 +0000
commit1539320775d13334a03ae4a055c4601d58146848 (patch)
tree093a3c266c5d496cccee4186217120dbdef9ff28 /base
parentfe1426155e418d7833eba8d2cfebee53dde531b3 (diff)
downloadchromium_src-1539320775d13334a03ae4a055c4601d58146848.zip
chromium_src-1539320775d13334a03ae4a055c4601d58146848.tar.gz
chromium_src-1539320775d13334a03ae4a055c4601d58146848.tar.bz2
Remove GN GYP generator.
This removes the GYP generator code and associated build stuff. R=scottmg@chromium.org Review URL: https://codereview.chromium.org/206813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259983 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/BUILD.gn3
-rw-r--r--base/allocator/BUILD.gn1
-rw-r--r--base/test/BUILD.gn3
-rw-r--r--base/third_party/nspr/BUILD.gn1
-rw-r--r--base/third_party/symbolize/BUILD.gn1
-rw-r--r--base/third_party/xdg_mime/BUILD.gn1
-rw-r--r--base/third_party/xdg_user_dirs/BUILD.gn1
7 files changed, 0 insertions, 11 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",
diff --git a/base/allocator/BUILD.gn b/base/allocator/BUILD.gn
index 64d052d..6766911 100644
--- a/base/allocator/BUILD.gn
+++ b/base/allocator/BUILD.gn
@@ -3,7 +3,6 @@
# found in the LICENSE file.
static_library("allocator_extension_thunks") {
- external = true
sources = [
"allocator_extension_thunks.cc",
"allocator_extension_thunks.h",
diff --git a/base/test/BUILD.gn b/base/test/BUILD.gn
index ae15fd5..ed100eb 100644
--- a/base/test/BUILD.gn
+++ b/base/test/BUILD.gn
@@ -5,7 +5,6 @@
import("//build/config/ui.gni")
static_library("test_support_base") {
- external = true
sources = [
"expectations/expectation.cc",
"expectations/expectation.h",
@@ -125,7 +124,6 @@ config("perf_test_config") {
}
static_library("test_support_perf") {
- external = true
sources = [
"run_all_perftests.cc",
]
@@ -142,7 +140,6 @@ static_library("test_support_perf") {
}
static_library("run_all_unittests") {
- external = true
sources = [
"run_all_unittests.cc",
]
diff --git a/base/third_party/nspr/BUILD.gn b/base/third_party/nspr/BUILD.gn
index 991a09df..c67874a 100644
--- a/base/third_party/nspr/BUILD.gn
+++ b/base/third_party/nspr/BUILD.gn
@@ -3,7 +3,6 @@
# found in the LICENSE file.
static_library("nspr") {
- external = true
sources = [
"prtime.cc",
"prtime.h",
diff --git a/base/third_party/symbolize/BUILD.gn b/base/third_party/symbolize/BUILD.gn
index cb2d1ce..79bc133 100644
--- a/base/third_party/symbolize/BUILD.gn
+++ b/base/third_party/symbolize/BUILD.gn
@@ -3,7 +3,6 @@
# found in the LICENSE file.
static_library("symbolize") {
- external = true
sources = [
"config.h",
"demangle.cc",
diff --git a/base/third_party/xdg_mime/BUILD.gn b/base/third_party/xdg_mime/BUILD.gn
index cc198fa..7c61593 100644
--- a/base/third_party/xdg_mime/BUILD.gn
+++ b/base/third_party/xdg_mime/BUILD.gn
@@ -3,7 +3,6 @@
# found in the LICENSE file.
static_library("xdg_mime") {
- external = true
sources = [
"xdgmime.c",
"xdgmime.h",
diff --git a/base/third_party/xdg_user_dirs/BUILD.gn b/base/third_party/xdg_user_dirs/BUILD.gn
index eda4e02..f2145b7 100644
--- a/base/third_party/xdg_user_dirs/BUILD.gn
+++ b/base/third_party/xdg_user_dirs/BUILD.gn
@@ -3,7 +3,6 @@
# found in the LICENSE file.
static_library("xdg_user_dirs") {
- external = true
sources = [
"xdg_user_dir_lookup.cc",
"xdg_user_dir_lookup.h",