Bug 883284 - Part b: Move LIBXUL_LIBRARY into moz.build (a-c); r=joey

This commit is contained in:
Ms2ger 2013-08-22 08:55:59 +02:00
parent 0747462b80
commit 6d473220dc
100 changed files with 105 additions and 116 deletions

View File

@ -10,8 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
EXPORT_LIBRARY = ..
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
ifdef MOZ_ENABLE_GTK

View File

@ -35,3 +35,5 @@ CPP_SOURCES += [
LIBRARY_NAME = 'accessibility_toolkit_s'
LIBXUL_LIBRARY = True

View File

@ -9,8 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
LOCAL_INCLUDES += \

View File

@ -63,3 +63,5 @@ if a11y_log:
LIBRARY_NAME = 'accessibility_base_s'
LIBXUL_LIBRARY = True

View File

@ -9,8 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
LOCAL_INCLUDES = \

View File

@ -29,3 +29,5 @@ CPP_SOURCES += [
LIBRARY_NAME = 'accessibility_generic_s'
LIBXUL_LIBRARY = True

View File

@ -10,8 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
LOCAL_INCLUDES = \

View File

@ -19,3 +19,5 @@ CPP_SOURCES += [
LIBRARY_NAME = 'accessibility_html_s'
LIBXUL_LIBRARY = True

View File

@ -10,9 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
EXPORT_LIBRARY = ..
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
LOCAL_INCLUDES += \

View File

@ -29,3 +29,6 @@ CMMSRCS += [
'mozHTMLAccessible.mm',
'mozTextAccessible.mm',
]
LIBXUL_LIBRARY = True

View File

@ -10,8 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
EXPORT_LIBRARY = ..
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
LOCAL_INCLUDES += \

View File

@ -18,3 +18,5 @@ CPP_SOURCES += [
LIBRARY_NAME = 'accessibility_toolkit_s'
LIBXUL_LIBRARY = True

View File

@ -11,7 +11,6 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = accessibility_toolkit_ia2_s
EXPORT_LIBRARY = 1
LIBXUL_LIBRARY = 1
# The midl generated code include Windows headers which defines min and max
# macros which conflicts with std::min/max. Suppress the macros:

View File

@ -30,3 +30,5 @@ CPP_SOURCES += [
'ia2AccessibleValue.cpp',
]
LIBXUL_LIBRARY = True

View File

@ -11,8 +11,6 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = accessibility_toolkit_msaa_s
EXPORT_LIBRARY = 1
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

View File

@ -41,3 +41,6 @@ if CONFIG['MOZ_XUL']:
'XULMenuAccessibleWrap.cpp',
'XULTreeGridAccessibleWrap.cpp',
]
LIBXUL_LIBRARY = True

View File

@ -11,7 +11,7 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = accessibility_toolkit_sdn_s
EXPORT_LIBRARY = 1
LIBXUL_LIBRARY = 1
# The midl generated code include Windows headers which defines min and max
# macros which conflicts with std::min/max. Suppress the macros:
OS_CXXFLAGS += -DNOMINMAX

View File

@ -11,3 +11,5 @@ CPP_SOURCES += [
'sdnTextAccessible.cpp',
]
LIBXUL_LIBRARY = True

View File

@ -11,7 +11,7 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = accessibility_toolkit_uia_s
EXPORT_LIBRARY = ..
LIBXUL_LIBRARY = 1
# The midl generated code include Windows headers which defines min and max
# macros which conflicts with std::min/max. Suppress the macros:
OS_CXXFLAGS += -DNOMINMAX

View File

@ -10,3 +10,5 @@ CPP_SOURCES += [
'uiaRawElmProvider.cpp',
]
LIBXUL_LIBRARY = True

View File

@ -9,8 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBXUL_LIBRARY = 1
EXTRA_MDDEPEND_FILES = xpcAccEvents.pp
include $(topsrcdir)/config/rules.mk

View File

@ -19,3 +19,5 @@ CPP_SOURCES += [
LIBRARY_NAME = 'accessibility_xpcom_s'
LIBXUL_LIBRARY = True

View File

@ -10,8 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
LOCAL_INCLUDES = \

View File

@ -23,3 +23,5 @@ CPP_SOURCES += [
LIBRARY_NAME = 'accessibility_xul_s'
LIBXUL_LIBRARY = True

View File

@ -11,9 +11,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir)/../include \

View File

@ -18,3 +18,5 @@ CPP_SOURCES += [
LIBRARY_NAME = 'caps_s'
LIBXUL_LIBRARY = True

View File

@ -12,8 +12,6 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = chrome_s
MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

View File

@ -17,3 +17,5 @@ CPP_SOURCES += [
'nsChromeRegistryContent.cpp',
]
LIBXUL_LIBRARY = True

View File

@ -12,7 +12,6 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconbase_s
MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1
ifdef MOZ_WEBRTC
LOCAL_INCLUDES += \
-I$(topsrcdir)/netwerk/sctp/datachannel \

View File

@ -172,3 +172,5 @@ EXTRA_JS_MODULES += [
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -12,7 +12,6 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconcvs_s
MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1
ifdef MOZ_WEBGL
LOCAL_INCLUDES += \
-I$(topsrcdir)/js/xpconnect/wrappers \

View File

@ -76,3 +76,5 @@ else:
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -12,7 +12,6 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconevents_s
MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

View File

@ -69,3 +69,5 @@ if CONFIG['MOZ_WEBSPEECH']:
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -12,7 +12,6 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconhtmlcon_s
MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

View File

@ -156,3 +156,5 @@ CPP_SOURCES += [
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -11,7 +11,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
LOCAL_INCLUDES += \

View File

@ -27,3 +27,5 @@ LIBRARY_NAME = 'gkconhtmldoc_s'
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -11,7 +11,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkcontentmathml_s
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

View File

@ -13,3 +13,5 @@ CPP_SOURCES += [
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -11,7 +11,6 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconmedia_s
MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

View File

@ -15,8 +15,6 @@ VPATH := @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBXUL_LIBRARY := 1
include $(topsrcdir)/config/rules.mk
LOCAL_INCLUDES := \

View File

@ -21,3 +21,5 @@ CPP_SOURCES += [
LIBRARY_NAME = 'gkcondash_s'
LIBXUL_LIBRARY = True

View File

@ -10,8 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkcondirectshow_s
LIBXUL_LIBRARY = 1
LOCAL_INCLUDES += -I$(topsrcdir)/media/webrtc/trunk/webrtc/modules/video_capture/windows/
ifeq ($(OS_ARCH),WINNT)

View File

@ -36,3 +36,5 @@ if not CONFIG['MOZ_WEBRTC_IN_LIBXUL']:
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -1,13 +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/.
DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk

View File

@ -25,3 +25,5 @@ LIBRARY_NAME = 'gkconencoder_s'
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -8,8 +8,6 @@ srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
CFLAGS += $(GSTREAMER_CFLAGS)

View File

@ -25,3 +25,5 @@ LIBRARY_NAME = 'gkcongstreamer_s'
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -9,6 +9,4 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconmediasource_s
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk

View File

@ -28,3 +28,5 @@ CPP_SOURCES += [
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -132,8 +132,10 @@ CPP_SOURCES += [
FAIL_ON_WARNINGS = True
if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['BUILD_ARM_NEON']:
CPP_SOURCES += [
'AudioNodeEngineNEON.cpp',
]
LIBXUL_LIBRARY = True

View File

@ -1,13 +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/.
DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk

View File

@ -24,3 +24,5 @@ LIBRARY_NAME = 'gkconogg_s'
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -10,8 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconomx_s
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

View File

@ -19,3 +19,5 @@ CPP_SOURCES += [
'OMXCodecProxy.cpp',
]
LIBXUL_LIBRARY = True

View File

@ -9,8 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
INCLUDES += \

View File

@ -21,3 +21,5 @@ CPP_SOURCES += [
LIBRARY_NAME = 'gkconmediaplugins_s'
LIBXUL_LIBRARY = True

View File

@ -10,7 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
INCLUDES += \

View File

@ -21,3 +21,5 @@ LIBRARY_NAME = 'gkconraw_s'
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -1,14 +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/.
DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk

View File

@ -20,3 +20,5 @@ LIBRARY_NAME = 'gkconwave_s'
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -10,6 +10,5 @@ VPATH := @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME := gkconwebaudio_s
LIBXUL_LIBRARY := 1
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

View File

@ -10,8 +10,6 @@ VPATH := @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME := gkconwebaudio_blink_s
LIBXUL_LIBRARY := 1
LOCAL_INCLUDES += -I$(topsrcdir)/content/media/webaudio
include $(topsrcdir)/config/rules.mk

View File

@ -25,3 +25,5 @@ CPP_SOURCES += [
'ZeroPole.cpp',
]
LIBXUL_LIBRARY = True

View File

@ -86,3 +86,5 @@ CPP_SOURCES += [
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -8,9 +8,6 @@ srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
LOCAL_INCLUDES = \

View File

@ -21,3 +21,5 @@ LIBRARY_NAME = 'gkconwebm_s'
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -10,8 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconwebrtc_s
LIBXUL_LIBRARY = 1
ifeq ($(OS_ARCH),WINNT)
OS_CXXFLAGS += -DNOMINMAX
endif

View File

@ -23,3 +23,5 @@ CPP_SOURCES += [
'MediaEngineDefault.cpp',
]
LIBXUL_LIBRARY = True

View File

@ -15,8 +15,6 @@ VPATH += \
$(NULL)
LIBRARY_NAME := gkconwebspeechrecognition_s
LIBXUL_LIBRARY := 1
LOCAL_INCLUDES += $(VPATH:%=-I%)
include $(topsrcdir)/config/rules.mk

View File

@ -40,3 +40,5 @@ CPP_SOURCES += [
'energy_endpointer_params.cc',
]
LIBXUL_LIBRARY = True

View File

@ -15,8 +15,6 @@ VPATH += \
LIBRARY_NAME := gkconwebspeechsynth_s
EXPORT_LIBRARY = 1
LIBXUL_LIBRARY = 1
LOCAL_INCLUDES += $(VPATH:%=-I%)
include $(topsrcdir)/config/rules.mk

View File

@ -45,3 +45,5 @@ IPDL_SOURCES += [
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -8,8 +8,6 @@ srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBXUL_LIBRARY = 1
ifeq ($(OS_ARCH),WINNT)
OS_CXXFLAGS += -DNOMINMAX
endif

View File

@ -25,3 +25,5 @@ LIBRARY_NAME = 'gkconwmf_s'
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -11,7 +11,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconsmil_s
LIBXUL_LIBRARY = 1
LOCAL_INCLUDES += \
-I$(srcdir)/../base/src \
-I$(srcdir)/../../layout/style \

View File

@ -63,3 +63,5 @@ CPP_SOURCES += [
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -11,7 +11,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkcontentsvg_s
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

View File

@ -246,3 +246,5 @@ CPP_SOURCES += [
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -10,7 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
INCLUDES += \

View File

@ -18,3 +18,5 @@ LIBRARY_NAME = 'gkconsvgdoc_s'
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -12,7 +12,6 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconxbl_s
MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
LOCAL_INCLUDES = \

View File

@ -38,3 +38,5 @@ CPP_SOURCES += [
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -11,7 +11,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
INCLUDES += \

View File

@ -24,3 +24,5 @@ LIBRARY_NAME = 'gkconxmlcon_s'
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -11,7 +11,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
LOCAL_INCLUDES = \

View File

@ -21,3 +21,5 @@ LIBRARY_NAME = 'gkconxmldoc_s'
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -9,7 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
INCLUDES += \

View File

@ -18,3 +18,5 @@ LIBRARY_NAME = 'txbase_s'
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -9,7 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
INCLUDES += \

View File

@ -15,3 +15,5 @@ LIBRARY_NAME = 'txxml_s'
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -9,7 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
INCLUDES += \

View File

@ -51,3 +51,5 @@ LIBRARY_NAME = 'txxpath_s'
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -9,8 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBXUL_LIBRARY = 1
# For nsDependentJSString
LOCAL_INCLUDES += \
-I$(topsrcdir)/dom/base \

View File

@ -48,3 +48,5 @@ LIBRARY_NAME = 'txxslt_s'
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -11,7 +11,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
LOCAL_INCLUDES = -I$(srcdir)/../../../base/src \

View File

@ -23,3 +23,5 @@ LIBRARY_NAME = 'gkconxuldoc_s'
FAIL_ON_WARNINGS = True
LIBXUL_LIBRARY = True

View File

@ -11,8 +11,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
LOCAL_INCLUDES = -I$(srcdir)/../../../base/src \

View File

@ -37,3 +37,5 @@ CPP_SOURCES += [
LIBRARY_NAME = 'gkconxultmpl_s'
LIBXUL_LIBRARY = True