Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 2812d11

Browse files
committed
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
Landing on a CLOSED TREE.
1 parent 302a578 commit 2812d11

329 files changed

Lines changed: 1 addition & 651 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

accessible/src/atk/moz.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ SOURCES += [
3131
'UtilInterface.cpp',
3232
]
3333

34-
LIBRARY_NAME = 'accessibility_toolkit_s'
35-
3634
LOCAL_INCLUDES += [
3735
'../base',
3836
'../generic',

accessible/src/base/moz.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ if a11y_log:
5858
'Logging.cpp',
5959
]
6060

61-
LIBRARY_NAME = 'accessibility_base_s'
62-
6361
LOCAL_INCLUDES += [
6462
'../../../content/xbl/src',
6563
'../../../ipc/chromium/src',

accessible/src/generic/moz.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ UNIFIED_SOURCES += [
2525
'TextLeafAccessible.cpp',
2626
]
2727

28-
LIBRARY_NAME = 'accessibility_generic_s'
29-
3028
LOCAL_INCLUDES += [
3129
'../../../layout/generic',
3230
'../../../layout/xul/base/src',

accessible/src/html/moz.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ UNIFIED_SOURCES += [
1515
'HTMLTableAccessible.cpp',
1616
]
1717

18-
LIBRARY_NAME = 'accessibility_html_s'
19-
2018
LOCAL_INCLUDES += [
2119
'../../../layout/generic',
2220
'../../../layout/tables',

accessible/src/mac/moz.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ EXPORTS.mozilla.a11y += [
1313
'HyperTextAccessibleWrap.h',
1414
]
1515

16-
LIBRARY_NAME = 'accessibility_toolkit_s'
17-
1816
UNIFIED_SOURCES += [
1917
'AccessibleWrap.mm',
2018
'DocAccessibleWrap.mm',

accessible/src/other/moz.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ SOURCES += [
1414
'Platform.cpp',
1515
]
1616

17-
LIBRARY_NAME = 'accessibility_toolkit_s'
18-
1917
LOCAL_INCLUDES += [
2018
'../base',
2119
'../generic',

accessible/src/windows/ia2/moz.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,4 @@ LOCAL_INCLUDES += [
3939
'../msaa',
4040
]
4141

42-
LIBRARY_NAME = 'accessibility_toolkit_ia2_s'
43-
4442
FINAL_LIBRARY = 'xul'

accessible/src/windows/msaa/moz.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ LOCAL_INCLUDES += [
5353
'../uia',
5454
]
5555

56-
LIBRARY_NAME = 'accessibility_toolkit_msaa_s'
57-
5856
include('/ipc/chromium/chromium-config.mozbuild')
5957

6058
FINAL_LIBRARY = 'xul'

accessible/src/windows/sdn/moz.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,4 @@ LOCAL_INCLUDES += [
2323
# macros which conflicts with std::min/max. Suppress the macros:
2424
DEFINES['NOMINMAX'] = True
2525

26-
LIBRARY_NAME = 'accessibility_toolkit_sdn_s'
27-
2826
FINAL_LIBRARY = 'xul'

accessible/src/windows/uia/moz.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,4 @@ LOCAL_INCLUDES += [
1717
'../msaa',
1818
]
1919

20-
LIBRARY_NAME = 'accessibility_toolkit_uia_s'
21-
2220
FINAL_LIBRARY = 'xul'

0 commit comments

Comments
 (0)