summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2020-04-20 20:49:37 -0700
committerThomas Groman <tgroman@nuegia.net>2020-04-20 20:49:37 -0700
commitf9cab004186edb425a9b88ad649726605080a17c (patch)
treee2dae51d3144e83d097a12e7a1499e3ea93f90be /config
parentf428692de8b59ab89a66502c079e1823dfda8aeb (diff)
downloadwebbrowser-f9cab004186edb425a9b88ad649726605080a17c.tar
webbrowser-f9cab004186edb425a9b88ad649726605080a17c.tar.gz
webbrowser-f9cab004186edb425a9b88ad649726605080a17c.tar.lz
webbrowser-f9cab004186edb425a9b88ad649726605080a17c.tar.xz
webbrowser-f9cab004186edb425a9b88ad649726605080a17c.zip
move browser to webbrowser/
Diffstat (limited to 'config')
-rw-r--r--config/mozconfig9
-rw-r--r--config/mozconfigs/common7
-rw-r--r--config/mozconfigs/linux32/beta7
-rw-r--r--config/mozconfigs/linux32/common-opt19
-rw-r--r--config/mozconfigs/linux32/debug22
-rw-r--r--config/mozconfigs/linux32/debug-asan20
-rw-r--r--config/mozconfigs/linux32/l10n-mozconfig12
-rw-r--r--config/mozconfigs/linux32/release13
-rw-r--r--config/mozconfigs/linux32/valgrind11
-rw-r--r--config/mozconfigs/linux64/beta7
-rw-r--r--config/mozconfigs/linux64/common-opt19
-rw-r--r--config/mozconfigs/linux64/debug22
-rw-r--r--config/mozconfigs/linux64/debug-asan20
-rw-r--r--config/mozconfigs/linux64/debug-static-analysis-clang15
-rw-r--r--config/mozconfigs/linux64/l10n-mozconfig12
-rw-r--r--config/mozconfigs/linux64/release13
-rw-r--r--config/mozconfigs/linux64/valgrind11
-rw-r--r--config/mozconfigs/macosx-universal/beta5
-rw-r--r--config/mozconfigs/macosx-universal/common-opt19
-rw-r--r--config/mozconfigs/macosx-universal/l10n-mozconfig11
-rw-r--r--config/mozconfigs/macosx-universal/release11
-rw-r--r--config/mozconfigs/macosx64/debug19
-rw-r--r--config/mozconfigs/macosx64/debug-asan16
-rw-r--r--config/mozconfigs/macosx64/l10n-mozconfig8
-rw-r--r--config/mozconfigs/win32/beta7
-rw-r--r--config/mozconfigs/win32/common-opt33
-rw-r--r--config/mozconfigs/win32/debug26
-rw-r--r--config/mozconfigs/win32/l10n-mozconfig16
-rw-r--r--config/mozconfigs/win32/release13
-rw-r--r--config/mozconfigs/win64/debug22
-rw-r--r--config/mozconfigs/win64/nightly26
-rw-r--r--config/tooltool-manifests/linux32/clang.manifest17
-rw-r--r--config/tooltool-manifests/linux32/releng.manifest1
-rw-r--r--config/tooltool-manifests/linux64/clang.manifest17
-rw-r--r--config/tooltool-manifests/linux64/releng.manifest1
-rw-r--r--config/tooltool-manifests/macosx64/releng.manifest17
-rw-r--r--config/version.txt1
37 files changed, 0 insertions, 525 deletions
diff --git a/config/mozconfig b/config/mozconfig
deleted file mode 100644
index ad2e3a4..0000000
--- a/config/mozconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-# This file specifies the build flags for Firefox. You can use it by adding:
-# . $topsrcdir/browser/config/mozconfig
-# to the top of your mozconfig file.
-
-ac_add_options --enable-application=browser
diff --git a/config/mozconfigs/common b/config/mozconfigs/common
deleted file mode 100644
index febf562..0000000
--- a/config/mozconfigs/common
+++ /dev/null
@@ -1,7 +0,0 @@
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-# This file is included by all browser mozconfigs
-
-. "$topsrcdir/build/mozconfig.common"
diff --git a/config/mozconfigs/linux32/beta b/config/mozconfigs/linux32/beta
deleted file mode 100644
index 6a42104..0000000
--- a/config/mozconfigs/linux32/beta
+++ /dev/null
@@ -1,7 +0,0 @@
-. "$topsrcdir/browser/config/mozconfigs/linux32/common-opt"
-
-ac_add_options --enable-official-branding
-
-mk_add_options MOZ_PGO=1
-
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/linux32/common-opt b/config/mozconfigs/linux32/common-opt
deleted file mode 100644
index 9e5e78d..0000000
--- a/config/mozconfigs/linux32/common-opt
+++ /dev/null
@@ -1,19 +0,0 @@
-# This file is sourced by nightly, beta, and release mozconfigs.
-
-ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
-ac_add_options --enable-update-packaging
-ac_add_options --with-google-api-keyfile=/builds/gapi.data
-
-. $topsrcdir/build/unix/mozconfig.linux32
-
-# Avoid dependency on libstdc++ 4.5
-ac_add_options --enable-stdcxx-compat
-
-# Needed to enable breakpad in application.ini
-export MOZILLA_OFFICIAL=1
-
-# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
-ac_add_options --enable-warnings-as-errors
-
-# Package js shell.
-export MOZ_PACKAGE_JSSHELL=1
diff --git a/config/mozconfigs/linux32/debug b/config/mozconfigs/linux32/debug
deleted file mode 100644
index 2328367..0000000
--- a/config/mozconfigs/linux32/debug
+++ /dev/null
@@ -1,22 +0,0 @@
-ac_add_options --enable-debug
-ac_add_options --enable-trace-malloc
-ac_add_options --enable-signmar
-
-. $topsrcdir/build/unix/mozconfig.linux32
-
-# Avoid dependency on libstdc++ 4.5
-ac_add_options --enable-stdcxx-compat
-
-# Needed to enable breakpad in application.ini
-export MOZILLA_OFFICIAL=1
-
-#Use ccache
-ac_add_options --with-ccache=/usr/bin/ccache
-
-# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
-ac_add_options --enable-warnings-as-errors
-
-# Package js shell.
-export MOZ_PACKAGE_JSSHELL=1
-
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/linux32/debug-asan b/config/mozconfigs/linux32/debug-asan
deleted file mode 100644
index 4766ce2..0000000
--- a/config/mozconfigs/linux32/debug-asan
+++ /dev/null
@@ -1,20 +0,0 @@
-# Use at least -O1 for optimization to avoid stack space
-# exhaustions caused by Clang function inlining.
-ac_add_options --enable-debug
-ac_add_options --enable-optimize="-O1"
-
-# ASan specific options on Linux
-ac_add_options --enable-valgrind
-
-. $topsrcdir/build/unix/mozconfig.asan
-
-# Avoid dependency on libstdc++ 4.5
-ac_add_options --enable-stdcxx-compat
-
-# Package js shell.
-export MOZ_PACKAGE_JSSHELL=1
-
-# Need this to prevent name conflicts with the normal nightly build packages
-export MOZ_PKG_SPECIAL=asan
-
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/linux32/l10n-mozconfig b/config/mozconfigs/linux32/l10n-mozconfig
deleted file mode 100644
index d8d6228..0000000
--- a/config/mozconfigs/linux32/l10n-mozconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-ac_add_options --with-l10n-base=../../l10n
-ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
-ac_add_options --enable-update-packaging
-
-# Avoid dependency on libstdc++ 4.5
-ac_add_options --enable-stdcxx-compat
-
-. $topsrcdir/build/unix/mozconfig.linux32
-
-export MOZILLA_OFFICIAL=1
-
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/linux32/release b/config/mozconfigs/linux32/release
deleted file mode 100644
index b32f1b3..0000000
--- a/config/mozconfigs/linux32/release
+++ /dev/null
@@ -1,13 +0,0 @@
-# This make file should be identical to the beta mozconfig, apart from the
-# safeguard below
-. "$topsrcdir/browser/config/mozconfigs/linux32/common-opt"
-
-ac_add_options --enable-official-branding
-
-mk_add_options MOZ_PGO=1
-
-# safeguard against someone forgetting to re-set EARLY_BETA_OR_EARLIER in
-# defines.sh during the beta cycle
-export BUILDING_RELEASE=1
-
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/linux32/valgrind b/config/mozconfigs/linux32/valgrind
deleted file mode 100644
index a39b1b0..0000000
--- a/config/mozconfigs/linux32/valgrind
+++ /dev/null
@@ -1,11 +0,0 @@
-. $topsrcdir/browser/config/mozconfigs/linux32/nightly
-
-ac_add_options --enable-valgrind
-ac_add_options --disable-jemalloc
-ac_add_options --disable-elf-hack
-ac_add_options --enable-optimize="-g -O -freorder-blocks"
-ac_add_options --disable-install-strip
-
-# Include the override mozconfig again (even though the above includes it)
-# since it's supposed to override everything.
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/linux64/beta b/config/mozconfigs/linux64/beta
deleted file mode 100644
index 7c05460..0000000
--- a/config/mozconfigs/linux64/beta
+++ /dev/null
@@ -1,7 +0,0 @@
-. "$topsrcdir/browser/config/mozconfigs/linux64/common-opt"
-
-ac_add_options --enable-official-branding
-
-mk_add_options MOZ_PGO=1
-
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/linux64/common-opt b/config/mozconfigs/linux64/common-opt
deleted file mode 100644
index c448460..0000000
--- a/config/mozconfigs/linux64/common-opt
+++ /dev/null
@@ -1,19 +0,0 @@
-# This file is sourced by the nightly, beta, and release mozconfigs.
-
-ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
-ac_add_options --enable-update-packaging
-ac_add_options --with-google-api-keyfile=/builds/gapi.data
-
-. $topsrcdir/build/unix/mozconfig.linux
-
-# Avoid dependency on libstdc++ 4.5
-ac_add_options --enable-stdcxx-compat
-
-# Needed to enable breakpad in application.ini
-export MOZILLA_OFFICIAL=1
-
-# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
-ac_add_options --enable-warnings-as-errors
-
-# Package js shell.
-export MOZ_PACKAGE_JSSHELL=1
diff --git a/config/mozconfigs/linux64/debug b/config/mozconfigs/linux64/debug
deleted file mode 100644
index c917660..0000000
--- a/config/mozconfigs/linux64/debug
+++ /dev/null
@@ -1,22 +0,0 @@
-ac_add_options --enable-debug
-ac_add_options --enable-trace-malloc
-ac_add_options --enable-signmar
-
-. $topsrcdir/build/unix/mozconfig.linux
-
-# Avoid dependency on libstdc++ 4.5
-ac_add_options --enable-stdcxx-compat
-
-# Needed to enable breakpad in application.ini
-export MOZILLA_OFFICIAL=1
-
-# Use ccache
-ac_add_options --with-ccache=/usr/bin/ccache
-
-# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
-ac_add_options --enable-warnings-as-errors
-
-# Package js shell.
-export MOZ_PACKAGE_JSSHELL=1
-
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/linux64/debug-asan b/config/mozconfigs/linux64/debug-asan
deleted file mode 100644
index 4766ce2..0000000
--- a/config/mozconfigs/linux64/debug-asan
+++ /dev/null
@@ -1,20 +0,0 @@
-# Use at least -O1 for optimization to avoid stack space
-# exhaustions caused by Clang function inlining.
-ac_add_options --enable-debug
-ac_add_options --enable-optimize="-O1"
-
-# ASan specific options on Linux
-ac_add_options --enable-valgrind
-
-. $topsrcdir/build/unix/mozconfig.asan
-
-# Avoid dependency on libstdc++ 4.5
-ac_add_options --enable-stdcxx-compat
-
-# Package js shell.
-export MOZ_PACKAGE_JSSHELL=1
-
-# Need this to prevent name conflicts with the normal nightly build packages
-export MOZ_PKG_SPECIAL=asan
-
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/linux64/debug-static-analysis-clang b/config/mozconfigs/linux64/debug-static-analysis-clang
deleted file mode 100644
index 214d156..0000000
--- a/config/mozconfigs/linux64/debug-static-analysis-clang
+++ /dev/null
@@ -1,15 +0,0 @@
-. "$topsrcdir/build/mozconfig.common"
-
-ac_add_options --enable-debug
-
-# Use Clang as specified in manifest
-export CC="$topsrcdir/clang/bin/clang"
-export CXX="$topsrcdir/clang/bin/clang++"
-
-# Add the static checker
-ac_add_options --enable-clang-plugin
-
-# Avoid dependency on libstdc++ 4.5
-ac_add_options --enable-stdcxx-compat
-
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/linux64/l10n-mozconfig b/config/mozconfigs/linux64/l10n-mozconfig
deleted file mode 100644
index 52470c5..0000000
--- a/config/mozconfigs/linux64/l10n-mozconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-ac_add_options --with-l10n-base=../../l10n
-ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
-ac_add_options --enable-update-packaging
-
-# Avoid dependency on libstdc++ 4.5
-ac_add_options --enable-stdcxx-compat
-
-. $topsrcdir/build/unix/mozconfig.linux
-
-export MOZILLA_OFFICIAL=1
-
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/linux64/release b/config/mozconfigs/linux64/release
deleted file mode 100644
index e52f33f..0000000
--- a/config/mozconfigs/linux64/release
+++ /dev/null
@@ -1,13 +0,0 @@
-# This make file should be identical to the beta mozconfig, apart from the
-# safeguard below
-. "$topsrcdir/browser/config/mozconfigs/linux64/common-opt"
-
-ac_add_options --enable-official-branding
-
-mk_add_options MOZ_PGO=1
-
-# safeguard against someone forgetting to re-set EARLY_BETA_OR_EARLIER in
-# defines.sh during the beta cycle
-export BUILDING_RELEASE=1
-
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/linux64/valgrind b/config/mozconfigs/linux64/valgrind
deleted file mode 100644
index ccf8971..0000000
--- a/config/mozconfigs/linux64/valgrind
+++ /dev/null
@@ -1,11 +0,0 @@
-. $topsrcdir/browser/config/mozconfigs/linux64/nightly
-
-ac_add_options --enable-valgrind
-ac_add_options --disable-jemalloc
-ac_add_options --disable-elf-hack
-ac_add_options --enable-optimize="-g -O -freorder-blocks"
-ac_add_options --disable-install-strip
-
-# Include the override mozconfig again (even though the above includes it)
-# since it's supposed to override everything.
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/macosx-universal/beta b/config/mozconfigs/macosx-universal/beta
deleted file mode 100644
index cc2f44d..0000000
--- a/config/mozconfigs/macosx-universal/beta
+++ /dev/null
@@ -1,5 +0,0 @@
-. "$topsrcdir/browser/config/mozconfigs/macosx-universal/common-opt"
-
-ac_add_options --enable-official-branding
-
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/macosx-universal/common-opt b/config/mozconfigs/macosx-universal/common-opt
deleted file mode 100644
index 414f690..0000000
--- a/config/mozconfigs/macosx-universal/common-opt
+++ /dev/null
@@ -1,19 +0,0 @@
-# This file is sourced by the nightly, beta, and release mozconfigs.
-
-. $topsrcdir/build/macosx/universal/mozconfig
-
-# Universal builds override the default of browser (bug 575283 comment 29)
-ac_add_options --enable-application=browser
-
-ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
-ac_add_options --enable-update-packaging
-ac_add_options --with-google-api-keyfile=/builds/gapi.data
-
-# Needed to enable breakpad in application.ini
-export MOZILLA_OFFICIAL=1
-
-# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
-ac_add_options --enable-warnings-as-errors
-
-# Package js shell.
-export MOZ_PACKAGE_JSSHELL=1
diff --git a/config/mozconfigs/macosx-universal/l10n-mozconfig b/config/mozconfigs/macosx-universal/l10n-mozconfig
deleted file mode 100644
index 2f88f19..0000000
--- a/config/mozconfigs/macosx-universal/l10n-mozconfig
+++ /dev/null
@@ -1,11 +0,0 @@
-. "$topsrcdir/browser/config/mozconfigs/common"
-
-ac_add_options --with-l10n-base=../../../l10n
-ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
-ac_add_options --enable-update-packaging
-ac_add_options --with-macbundlename-prefix=Firefox
-ac_add_options --with-ccache
-
-export MOZILLA_OFFICIAL=1
-
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/macosx-universal/release b/config/mozconfigs/macosx-universal/release
deleted file mode 100644
index ab8a469..0000000
--- a/config/mozconfigs/macosx-universal/release
+++ /dev/null
@@ -1,11 +0,0 @@
-# This make file should be identical to the beta mozconfig, apart from the
-# safeguard below
-. "$topsrcdir/browser/config/mozconfigs/macosx-universal/common-opt"
-
-ac_add_options --enable-official-branding
-
-# safeguard against someone forgetting to re-set EARLY_BETA_OR_EARLIER in
-# defines.sh during the beta cycle
-export BUILDING_RELEASE=1
-
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/macosx64/debug b/config/mozconfigs/macosx64/debug
deleted file mode 100644
index ebf8099..0000000
--- a/config/mozconfigs/macosx64/debug
+++ /dev/null
@@ -1,19 +0,0 @@
-. $topsrcdir/build/macosx/mozconfig.common
-
-ac_add_options --enable-debug
-ac_add_options --enable-trace-malloc
-ac_add_options --enable-accessibility
-ac_add_options --enable-signmar
-
-# Needed to enable breakpad in application.ini
-export MOZILLA_OFFICIAL=1
-
-ac_add_options --with-macbundlename-prefix=Firefox
-
-# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
-ac_add_options --enable-warnings-as-errors
-
-# Package js shell.
-export MOZ_PACKAGE_JSSHELL=1
-
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/macosx64/debug-asan b/config/mozconfigs/macosx64/debug-asan
deleted file mode 100644
index 97ced38..0000000
--- a/config/mozconfigs/macosx64/debug-asan
+++ /dev/null
@@ -1,16 +0,0 @@
-. $topsrcdir/build/unix/mozconfig.asan
-
-ac_add_options --enable-application=browser
-ac_add_options --enable-debug
-ac_add_options --enable-optimize="-O1"
-ac_add_options --enable-accessibility
-
-# Package js shell.
-export MOZ_PACKAGE_JSSHELL=1
-
-ac_add_options --with-macbundlename-prefix=Firefox
-
-# Need this to prevent name conflicts with the normal nightly build packages
-export MOZ_PKG_SPECIAL=asan
-
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/macosx64/l10n-mozconfig b/config/mozconfigs/macosx64/l10n-mozconfig
deleted file mode 100644
index b2cfa21..0000000
--- a/config/mozconfigs/macosx64/l10n-mozconfig
+++ /dev/null
@@ -1,8 +0,0 @@
-. "$topsrcdir/browser/config/mozconfigs/common"
-
-ac_add_options --with-l10n-base=../../l10n
-ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
-ac_add_options --enable-update-packaging
-ac_add_options --with-ccache
-
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/win32/beta b/config/mozconfigs/win32/beta
deleted file mode 100644
index 322af12..0000000
--- a/config/mozconfigs/win32/beta
+++ /dev/null
@@ -1,7 +0,0 @@
-. "$topsrcdir/browser/config/mozconfigs/win32/common-opt"
-
-mk_add_options MOZ_PGO=1
-
-ac_add_options --enable-official-branding
-
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/win32/common-opt b/config/mozconfigs/win32/common-opt
deleted file mode 100644
index 040f13a..0000000
--- a/config/mozconfigs/win32/common-opt
+++ /dev/null
@@ -1,33 +0,0 @@
-# This file is sourced by the nightly, beta, and release mozconfigs.
-
-. "$topsrcdir/browser/config/mozconfigs/common"
-
-ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
-ac_add_options --enable-update-packaging
-ac_add_options --enable-jemalloc
-if [ -f /c/builds/gapi.data ]; then
- _gapi_keyfile=/c/builds/gapi.data
-else
- _gapi_keyfile=/e/builds/gapi.data
-fi
-ac_add_options --with-google-api-keyfile=${_gapi_keyfile}
-
-
-# Needed to enable breakpad in application.ini
-export MOZILLA_OFFICIAL=1
-
-if test -z "${_PYMAKE}"; then
- mk_add_options MOZ_MAKE_FLAGS=-j1
-fi
-
-if test "$PROCESSOR_ARCHITECTURE" = "AMD64" -o "$PROCESSOR_ARCHITEW6432" = "AMD64"; then
- . $topsrcdir/build/win32/mozconfig.vs2010-win64
-else
- . $topsrcdir/build/win32/mozconfig.vs2010
-fi
-
-# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
-ac_add_options --enable-warnings-as-errors
-
-# Package js shell.
-export MOZ_PACKAGE_JSSHELL=1
diff --git a/config/mozconfigs/win32/debug b/config/mozconfigs/win32/debug
deleted file mode 100644
index 3b4dcc1..0000000
--- a/config/mozconfigs/win32/debug
+++ /dev/null
@@ -1,26 +0,0 @@
-. "$topsrcdir/browser/config/mozconfigs/common"
-
-ac_add_options --enable-debug
-ac_add_options --enable-trace-malloc
-ac_add_options --enable-signmar
-
-# Needed to enable breakpad in application.ini
-export MOZILLA_OFFICIAL=1
-
-if test -z "${_PYMAKE}"; then
- mk_add_options MOZ_MAKE_FLAGS=-j1
-fi
-
-if test "$PROCESSOR_ARCHITECTURE" = "AMD64" -o "$PROCESSOR_ARCHITEW6432" = "AMD64"; then
- . $topsrcdir/build/win32/mozconfig.vs2010-win64
-else
- . $topsrcdir/build/win32/mozconfig.vs2010
-fi
-
-# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
-ac_add_options --enable-warnings-as-errors
-
-# Package js shell.
-export MOZ_PACKAGE_JSSHELL=1
-
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/win32/l10n-mozconfig b/config/mozconfigs/win32/l10n-mozconfig
deleted file mode 100644
index 4113d99..0000000
--- a/config/mozconfigs/win32/l10n-mozconfig
+++ /dev/null
@@ -1,16 +0,0 @@
-. "$topsrcdir/browser/config/mozconfigs/common"
-
-ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
-ac_add_options --enable-update-packaging
-ac_add_options --with-l10n-base=../../l10n
-ac_add_options --with-windows-version=601
-
-export MOZILLA_OFFICIAL=1
-
-if test "$PROCESSOR_ARCHITECTURE" = "AMD64" -o "$PROCESSOR_ARCHITEW6432" = "AMD64"; then
- . $topsrcdir/build/win32/mozconfig.vs2010-win64
-else
- . $topsrcdir/build/win32/mozconfig.vs2010
-fi
-
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/win32/release b/config/mozconfigs/win32/release
deleted file mode 100644
index 7feb125..0000000
--- a/config/mozconfigs/win32/release
+++ /dev/null
@@ -1,13 +0,0 @@
-# This make file should be identical to the beta mozconfig, apart from the
-# safeguard below
-. "$topsrcdir/browser/config/mozconfigs/win32/common-opt"
-
-mk_add_options MOZ_PGO=1
-
-ac_add_options --enable-official-branding
-
-# safeguard against someone forgetting to re-set EARLY_BETA_OR_EARLIER in
-# defines.sh during the beta cycle
-export BUILDING_RELEASE=1
-
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/win64/debug b/config/mozconfigs/win64/debug
deleted file mode 100644
index 7320d9c..0000000
--- a/config/mozconfigs/win64/debug
+++ /dev/null
@@ -1,22 +0,0 @@
-. "$topsrcdir/browser/config/mozconfigs/common"
-
-ac_add_options --target=x86_64-pc-mingw32
-ac_add_options --host=x86_64-pc-mingw32
-
-ac_add_options --enable-debug
-ac_add_options --enable-trace-malloc
-ac_add_options --enable-signmar
-
-# Needed to enable breakpad in application.ini
-export MOZILLA_OFFICIAL=1
-
-if test -z "${_PYMAKE}"; then
- mk_add_options MOZ_MAKE_FLAGS=-j1
-fi
-
-# Package js shell.
-export MOZ_PACKAGE_JSSHELL=1
-
-. $topsrcdir/build/win64/mozconfig.vs2010
-
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/mozconfigs/win64/nightly b/config/mozconfigs/win64/nightly
deleted file mode 100644
index 59b31df..0000000
--- a/config/mozconfigs/win64/nightly
+++ /dev/null
@@ -1,26 +0,0 @@
-. "$topsrcdir/browser/config/mozconfigs/common"
-
-ac_add_options --target=x86_64-pc-mingw32
-ac_add_options --host=x86_64-pc-mingw32
-
-ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
-ac_add_options --enable-update-packaging
-ac_add_options --enable-jemalloc
-ac_add_options --enable-signmar
-
-# Nightlies only since this has a cost in performance
-ac_add_options --enable-js-diagnostics
-
-# Needed to enable breakpad in application.ini
-export MOZILLA_OFFICIAL=1
-
-if test -z "${_PYMAKE}"; then
- mk_add_options MOZ_MAKE_FLAGS=-j1
-fi
-
-# Package js shell.
-export MOZ_PACKAGE_JSSHELL=1
-
-. $topsrcdir/build/win64/mozconfig.vs2010
-
-. "$topsrcdir/build/mozconfig.common.override"
diff --git a/config/tooltool-manifests/linux32/clang.manifest b/config/tooltool-manifests/linux32/clang.manifest
deleted file mode 100644
index 8ce74c6..0000000
--- a/config/tooltool-manifests/linux32/clang.manifest
+++ /dev/null
@@ -1,17 +0,0 @@
-[
-{
-"clang_version": "r170890"
-},
-{
-"filename": "setup.sh",
-"algorithm": "sha512",
-"digest": "2005a41fe97a5e00997063705f39d42b6a43b1cf7ba306cbc7b1513de34cdcd050fc6326efa2107f19ba0cc67914745dbf13154fa748010a93cf072481ef4aaa",
-"size": 47
-},
-{
-"filename": "clang.tar.bz2",
-"algorithm": "sha512",
-"digest": "0bcfc19f05cc0f042befb3823c7ecce9ba411b152921aa29e97e7adc846e0258fd7da521b1620cb1e61a19d2fcac9b60e6d613c922b6c153e01b9b0766651d09",
-"size": 62708281
-}
-]
diff --git a/config/tooltool-manifests/linux32/releng.manifest b/config/tooltool-manifests/linux32/releng.manifest
deleted file mode 100644
index fe51488..0000000
--- a/config/tooltool-manifests/linux32/releng.manifest
+++ /dev/null
@@ -1 +0,0 @@
-[]
diff --git a/config/tooltool-manifests/linux64/clang.manifest b/config/tooltool-manifests/linux64/clang.manifest
deleted file mode 100644
index 39ba559..0000000
--- a/config/tooltool-manifests/linux64/clang.manifest
+++ /dev/null
@@ -1,17 +0,0 @@
-[
-{
-"clang_version": "r170890"
-},
-{
-"filename": "setup.sh",
-"algorithm": "sha512",
-"digest": "2005a41fe97a5e00997063705f39d42b6a43b1cf7ba306cbc7b1513de34cdcd050fc6326efa2107f19ba0cc67914745dbf13154fa748010a93cf072481ef4aaa",
-"size": 47
-},
-{
-"filename": "clang.tar.bz2",
-"algorithm": "sha512",
-"digest": "e14ccefd965372a57c540647b2b99e21a4aa82f81a8b9a9e18dac7cba4c3436181bef0dfab8c51bcb5c343f504a693fdcfbe7d609f10291b5dd65ab059979d29",
-"size": 63034761
-}
-]
diff --git a/config/tooltool-manifests/linux64/releng.manifest b/config/tooltool-manifests/linux64/releng.manifest
deleted file mode 100644
index fe51488..0000000
--- a/config/tooltool-manifests/linux64/releng.manifest
+++ /dev/null
@@ -1 +0,0 @@
-[]
diff --git a/config/tooltool-manifests/macosx64/releng.manifest b/config/tooltool-manifests/macosx64/releng.manifest
deleted file mode 100644
index ede87d3..0000000
--- a/config/tooltool-manifests/macosx64/releng.manifest
+++ /dev/null
@@ -1,17 +0,0 @@
-[
-{
-"clang_version": "r170890"
-},
-{
-"size": 47,
-"digest": "2005a41fe97a5e00997063705f39d42b6a43b1cf7ba306cbc7b1513de34cdcd050fc6326efa2107f19ba0cc67914745dbf13154fa748010a93cf072481ef4aaa",
-"algorithm": "sha512",
-"filename": "setup.sh"
-},
-{
-"size": 56126352,
-"digest": "e156e2a39abd5bf272ee30748a6825f22ddd27565b097c66662a2a6f2e9892bc5b4bf30a3552dffbe867dbfc39e7ee086e0b2cd7935f6ea216c0cf936178a88f",
-"algorithm": "sha512",
-"filename": "clang.tar.bz2"
-}
-]
diff --git a/config/version.txt b/config/version.txt
deleted file mode 100644
index cde7790..0000000
--- a/config/version.txt
+++ /dev/null
@@ -1 +0,0 @@
-28.8.4