Bug 939042 - Remove library building related variables in directories that build no C/C++ sources. r=mshal

This commit is contained in:
Mike Hommey 2013-11-19 11:47:29 +09:00
parent dda5b915fe
commit 317149d3d5
8 changed files with 0 additions and 30 deletions

View File

@ -7,6 +7,3 @@
MODULE = 'B2GComponents'
XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
FAIL_ON_WARNINGS = True

View File

@ -5,6 +5,3 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
FAIL_ON_WARNINGS = True

View File

@ -20,7 +20,3 @@ EXTRA_COMPONENTS += [
EXTRA_JS_MODULES += [
'Keyboard.jsm',
]
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -12,7 +12,3 @@ XPIDL_SOURCES += [
XPIDL_MODULE = 'dom_devicestorage'
MODULE = 'dom'
LIBXUL_LIBRARY = True
LIBRARY_NAME = 'domdevicestorage_s'

View File

@ -18,6 +18,3 @@ MODULE = 'editor'
EXTRA_JS_MODULES += [
'AsyncSpellCheckTestHelper.jsm',
]
FAIL_ON_WARNINGS = True

View File

@ -6,8 +6,3 @@
MODULE = 'xpctest'
NO_DIST_INSTALL = True
LIBRARY_NAME = 'xpctest'
IS_COMPONENT = True

View File

@ -6,7 +6,5 @@
MODULE = 'test_necko'
FAIL_ON_WARNINGS = True
MOCHITEST_MANIFESTS += ['mochitest.ini']

View File

@ -25,9 +25,3 @@ EXTRA_COMPONENTS += [
'FeedProcessor.js',
'FeedProcessor.manifest',
]
LIBRARY_NAME = 'feed_s'
LIBXUL_LIBRARY = True
FINAL_LIBRARY = 'toolkitcomps'