Bug 1049247 - Remove app_libxul_static_dirs. r=mshal

This commit is contained in:
Mike Hommey 2014-08-07 02:58:48 +09:00
parent 7074a853d1
commit edc117da12
6 changed files with 0 additions and 6 deletions

View File

@ -5,7 +5,6 @@
if not CONFIG['LIBXUL_SDK']:
app_libxul_dirs = []
app_libxul_static_dirs = []
include('/toolkit/toolkit.mozbuild')
elif CONFIG['ENABLE_TESTS']:

View File

@ -5,7 +5,6 @@
if not CONFIG['LIBXUL_SDK']:
app_libxul_dirs = []
app_libxul_static_dirs = []
include('/toolkit/toolkit.mozbuild')
if CONFIG['MOZ_EXTENSIONS']:

View File

@ -5,7 +5,6 @@
if not CONFIG['LIBXUL_SDK']:
app_libxul_dirs = []
app_libxul_static_dirs = []
include('/toolkit/toolkit.mozbuild')
if CONFIG['MOZ_EXTENSIONS']:

View File

@ -5,7 +5,6 @@
if not CONFIG['LIBXUL_SDK']:
app_libxul_dirs = ['mobile/android/components/build']
app_libxul_static_dirs = []
include('/toolkit/toolkit.mozbuild')

View File

@ -156,7 +156,6 @@ if CONFIG['MOZ_GIO_COMPONENT']:
# Applications can cheat and ask for code to be
# built before libxul so it can be linked into libxul.
add_tier_dir('platform', app_libxul_dirs)
add_tier_dir('platform', app_libxul_static_dirs, static=True)
add_tier_dir('platform', 'toolkit/library/StaticXULComponentsEnd')
add_tier_dir('platform', 'toolkit/library')

View File

@ -4,7 +4,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
app_libxul_dirs = []
app_libxul_static_dirs = []
include('/toolkit/toolkit.mozbuild')
if CONFIG['MOZ_EXTENSIONS']: