Skip to content

Commit

Permalink
Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian O'Keefe committed Aug 15, 2013
1 parent b3eacb8 commit ca6ac83
Show file tree
Hide file tree
Showing 294 changed files with 301 additions and 155 deletions.
1 change: 0 additions & 1 deletion accessible/src/windows/ia2/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = accessibility_toolkit_ia2_s
EXPORT_LIBRARY = 1

# The midl generated code include Windows headers which defines min and max
Expand Down
2 changes: 2 additions & 0 deletions accessible/src/windows/ia2/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ CPP_SOURCES += [

LIBXUL_LIBRARY = True

LIBRARY_NAME = 'accessibility_toolkit_ia2_s'

1 change: 0 additions & 1 deletion accessible/src/windows/msaa/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = accessibility_toolkit_msaa_s
EXPORT_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk
Expand Down
2 changes: 2 additions & 0 deletions accessible/src/windows/msaa/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ if CONFIG['MOZ_XUL']:

LIBXUL_LIBRARY = True

LIBRARY_NAME = 'accessibility_toolkit_msaa_s'

1 change: 0 additions & 1 deletion accessible/src/windows/sdn/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = accessibility_toolkit_sdn_s
EXPORT_LIBRARY = 1

# The midl generated code include Windows headers which defines min and max
Expand Down
2 changes: 2 additions & 0 deletions accessible/src/windows/sdn/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ CPP_SOURCES += [

LIBXUL_LIBRARY = True

LIBRARY_NAME = 'accessibility_toolkit_sdn_s'

1 change: 0 additions & 1 deletion accessible/src/windows/uia/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = accessibility_toolkit_uia_s
EXPORT_LIBRARY = ..

# The midl generated code include Windows headers which defines min and max
Expand Down
2 changes: 2 additions & 0 deletions accessible/src/windows/uia/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ CPP_SOURCES += [

LIBXUL_LIBRARY = True

LIBRARY_NAME = 'accessibility_toolkit_uia_s'

1 change: 0 additions & 1 deletion chrome/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = chrome_s
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

Expand Down
2 changes: 2 additions & 0 deletions chrome/src/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ LIBXUL_LIBRARY = True

MSVC_ENABLE_PGO = True

LIBRARY_NAME = 'chrome_s'

1 change: 0 additions & 1 deletion content/base/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = gkconbase_s
ifdef MOZ_WEBRTC
LOCAL_INCLUDES += \
-I$(topsrcdir)/netwerk/sctp/datachannel \
Expand Down
2 changes: 2 additions & 0 deletions content/base/src/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,5 @@ LIBXUL_LIBRARY = True

MSVC_ENABLE_PGO = True

LIBRARY_NAME = 'gkconbase_s'

1 change: 0 additions & 1 deletion content/canvas/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = gkconcvs_s
ifdef MOZ_WEBGL
LOCAL_INCLUDES += \
-I$(topsrcdir)/js/xpconnect/wrappers \
Expand Down
2 changes: 2 additions & 0 deletions content/canvas/src/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,5 @@ LIBXUL_LIBRARY = True

MSVC_ENABLE_PGO = True

LIBRARY_NAME = 'gkconcvs_s'

1 change: 0 additions & 1 deletion content/events/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = gkconevents_s
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

Expand Down
2 changes: 2 additions & 0 deletions content/events/src/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,5 @@ LIBXUL_LIBRARY = True

MSVC_ENABLE_PGO = True

LIBRARY_NAME = 'gkconevents_s'

1 change: 0 additions & 1 deletion content/html/content/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = gkconhtmlcon_s
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

Expand Down
2 changes: 2 additions & 0 deletions content/html/content/src/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,5 @@ LIBXUL_LIBRARY = True

MSVC_ENABLE_PGO = True

LIBRARY_NAME = 'gkconhtmlcon_s'

1 change: 0 additions & 1 deletion content/mathml/content/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = gkcontentmathml_s
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

Expand Down
2 changes: 2 additions & 0 deletions content/mathml/content/src/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ FAIL_ON_WARNINGS = True

LIBXUL_LIBRARY = True

LIBRARY_NAME = 'gkcontentmathml_s'

1 change: 0 additions & 1 deletion content/media/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = gkconmedia_s
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

Expand Down
1 change: 0 additions & 1 deletion content/media/directshow/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = gkcondirectshow_s
LOCAL_INCLUDES += -I$(topsrcdir)/media/webrtc/trunk/webrtc/modules/video_capture/windows/

ifeq ($(OS_ARCH),WINNT)
Expand Down
2 changes: 2 additions & 0 deletions content/media/directshow/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ FAIL_ON_WARNINGS = True

LIBXUL_LIBRARY = True

LIBRARY_NAME = 'gkcondirectshow_s'

1 change: 0 additions & 1 deletion content/media/mediasource/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = gkconmediasource_s
include $(topsrcdir)/config/rules.mk
2 changes: 2 additions & 0 deletions content/media/mediasource/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ FAIL_ON_WARNINGS = True

LIBXUL_LIBRARY = True

LIBRARY_NAME = 'gkconmediasource_s'

2 changes: 2 additions & 0 deletions content/media/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,5 @@ LIBXUL_LIBRARY = True

MSVC_ENABLE_PGO = True

LIBRARY_NAME = 'gkconmedia_s'

1 change: 0 additions & 1 deletion content/media/omx/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = gkconomx_s
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

Expand Down
2 changes: 0 additions & 2 deletions content/media/omx/mediaresourcemanager/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = mediaresourcemanager

FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk
Expand Down
2 changes: 2 additions & 0 deletions content/media/omx/mediaresourcemanager/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ CPP_SOURCES += [
'MediaResourceManagerService.cpp',
]

LIBRARY_NAME = 'mediaresourcemanager'

2 changes: 2 additions & 0 deletions content/media/omx/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ CPP_SOURCES += [

LIBXUL_LIBRARY = True

LIBRARY_NAME = 'gkconomx_s'

1 change: 0 additions & 1 deletion content/media/webaudio/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ VPATH := @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME := gkconwebaudio_s
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk
1 change: 0 additions & 1 deletion content/media/webaudio/blink/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ VPATH := @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME := gkconwebaudio_blink_s
LOCAL_INCLUDES += -I$(topsrcdir)/content/media/webaudio

include $(topsrcdir)/config/rules.mk
Expand Down
2 changes: 2 additions & 0 deletions content/media/webaudio/blink/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ CPP_SOURCES += [

LIBXUL_LIBRARY = True

LIBRARY_NAME = 'gkconwebaudio_blink_s'

2 changes: 2 additions & 0 deletions content/media/webaudio/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,5 @@ FAIL_ON_WARNINGS = True

LIBXUL_LIBRARY = True

LIBRARY_NAME = 'gkconwebaudio_s'

1 change: 0 additions & 1 deletion content/media/webrtc/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = gkconwebrtc_s
ifeq ($(OS_ARCH),WINNT)
OS_CXXFLAGS += -DNOMINMAX
endif
Expand Down
2 changes: 2 additions & 0 deletions content/media/webrtc/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ CPP_SOURCES += [

LIBXUL_LIBRARY = True

LIBRARY_NAME = 'gkconwebrtc_s'

1 change: 0 additions & 1 deletion content/media/webspeech/recognition/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ VPATH += \
$(srcdir)/test \
$(NULL)

LIBRARY_NAME := gkconwebspeechrecognition_s
LOCAL_INCLUDES += $(VPATH:%=-I%)

include $(topsrcdir)/config/rules.mk
Expand Down
2 changes: 2 additions & 0 deletions content/media/webspeech/recognition/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ CPP_SOURCES += [

LIBXUL_LIBRARY = True

LIBRARY_NAME = 'gkconwebspeechrecognition_s'

1 change: 0 additions & 1 deletion content/media/webspeech/synth/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ VPATH += \
$(srcdir)/ipc \
$(NULL)

LIBRARY_NAME := gkconwebspeechsynth_s
EXPORT_LIBRARY = 1
LOCAL_INCLUDES += $(VPATH:%=-I%)

Expand Down
2 changes: 2 additions & 0 deletions content/media/webspeech/synth/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ FAIL_ON_WARNINGS = True

LIBXUL_LIBRARY = True

LIBRARY_NAME = 'gkconwebspeechsynth_s'

1 change: 0 additions & 1 deletion content/smil/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = gkconsmil_s
LOCAL_INCLUDES += \
-I$(srcdir)/../base/src \
-I$(srcdir)/../../layout/style \
Expand Down
2 changes: 2 additions & 0 deletions content/smil/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ FAIL_ON_WARNINGS = True

LIBXUL_LIBRARY = True

LIBRARY_NAME = 'gkconsmil_s'

1 change: 0 additions & 1 deletion content/svg/content/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = gkcontentsvg_s
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

Expand Down
2 changes: 2 additions & 0 deletions content/svg/content/src/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -248,3 +248,5 @@ FAIL_ON_WARNINGS = True

LIBXUL_LIBRARY = True

LIBRARY_NAME = 'gkcontentsvg_s'

1 change: 0 additions & 1 deletion content/xbl/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = gkconxbl_s
include $(topsrcdir)/config/rules.mk

LOCAL_INCLUDES = \
Expand Down
2 changes: 2 additions & 0 deletions content/xbl/src/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ LIBXUL_LIBRARY = True

MSVC_ENABLE_PGO = True

LIBRARY_NAME = 'gkconxbl_s'

1 change: 0 additions & 1 deletion docshell/base/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = basedocshell_s
ifdef MOZ_TOOLKIT_SEARCH
DEFINES += -DMOZ_TOOLKIT_SEARCH
endif
Expand Down
2 changes: 2 additions & 0 deletions docshell/base/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,5 @@ LIBXUL_LIBRARY = True

MSVC_ENABLE_PGO = True

LIBRARY_NAME = 'basedocshell_s'

1 change: 0 additions & 1 deletion dom/activities/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = dom_activities_s
include $(topsrcdir)/dom/dom-config.mk

include $(topsrcdir)/config/rules.mk
2 changes: 2 additions & 0 deletions dom/activities/src/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ FAIL_ON_WARNINGS = True

LIBXUL_LIBRARY = True

LIBRARY_NAME = 'dom_activities_s'

1 change: 0 additions & 1 deletion dom/alarm/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = domalarm_s
include $(topsrcdir)/dom/dom-config.mk


Expand Down
2 changes: 2 additions & 0 deletions dom/alarm/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ FAIL_ON_WARNINGS = True

LIBXUL_LIBRARY = True

LIBRARY_NAME = 'domalarm_s'

1 change: 0 additions & 1 deletion dom/audiochannel/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = domaudiochannel_s
EXPORT_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk
Expand Down
2 changes: 2 additions & 0 deletions dom/audiochannel/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ FAIL_ON_WARNINGS = True

LIBXUL_LIBRARY = True

LIBRARY_NAME = 'domaudiochannel_s'

1 change: 0 additions & 1 deletion dom/base/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = jsdombase_s
include $(topsrcdir)/dom/dom-config.mk

ifdef MOZ_JSDEBUGGER
Expand Down
2 changes: 2 additions & 0 deletions dom/base/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,5 @@ LIBXUL_LIBRARY = True

MSVC_ENABLE_PGO = True

LIBRARY_NAME = 'jsdombase_s'

1 change: 0 additions & 1 deletion dom/battery/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

LIBRARY_NAME = dom_battery_s
include $(topsrcdir)/dom/dom-config.mk

LOCAL_INCLUDES = \
Expand Down
Loading

0 comments on commit ca6ac83

Please sign in to comment.