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

Commit c865547

Browse files
committed
Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
This is the result of running |mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and reverting xpcom/sample/*.
1 parent c3338f7 commit c865547

370 files changed

Lines changed: 1790 additions & 1780 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/public/Makefile.in

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,6 @@ include $(DEPTH)/config/autoconf.mk
1313
MODULE = accessibility
1414
GRE_MODULE = 1
1515

16-
XPIDLSRCS = \
17-
nsIAccessibleTypes.idl \
18-
nsIAccessibleRetrieval.idl \
19-
nsIAccessible.idl \
20-
nsIAccessibleApplication.idl \
21-
nsIAccessibleRelation.idl \
22-
nsIAccessibleRole.idl \
23-
nsIAccessibleStates.idl \
24-
nsIAccessibleDocument.idl \
25-
nsIAccessibleProvider.idl \
26-
nsIAccessibleSelectable.idl \
27-
nsIAccessibleCursorable.idl \
28-
nsIAccessibleEvent.idl \
29-
nsIAccessibleEditableText.idl \
30-
nsIAccessibleHyperLink.idl \
31-
nsIAccessibleHyperText.idl \
32-
nsIAccessiblePivot.idl \
33-
nsIAccessibleTable.idl \
34-
nsIAccessibleText.idl \
35-
nsIAccessibleValue.idl \
36-
nsIAccessibleImage.idl \
37-
nsIXBLAccessible.idl \
38-
$(NULL)
39-
4016
EXPORTS = \
4117
nsIAccessibilityService.h \
4218
$(NULL)

accessible/public/moz.build

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,28 @@
55

66
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
77
DIRS += ['msaa', 'ia2']
8+
9+
XPIDL_SOURCES += [
10+
'nsIAccessible.idl',
11+
'nsIAccessibleApplication.idl',
12+
'nsIAccessibleCursorable.idl',
13+
'nsIAccessibleDocument.idl',
14+
'nsIAccessibleEditableText.idl',
15+
'nsIAccessibleEvent.idl',
16+
'nsIAccessibleHyperLink.idl',
17+
'nsIAccessibleHyperText.idl',
18+
'nsIAccessibleImage.idl',
19+
'nsIAccessiblePivot.idl',
20+
'nsIAccessibleProvider.idl',
21+
'nsIAccessibleRelation.idl',
22+
'nsIAccessibleRetrieval.idl',
23+
'nsIAccessibleRole.idl',
24+
'nsIAccessibleSelectable.idl',
25+
'nsIAccessibleStates.idl',
26+
'nsIAccessibleTable.idl',
27+
'nsIAccessibleText.idl',
28+
'nsIAccessibleTypes.idl',
29+
'nsIAccessibleValue.idl',
30+
'nsIXBLAccessible.idl',
31+
]
32+

b2g/components/Makefile.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ include $(DEPTH)/config/autoconf.mk
1111

1212
MODULE = B2GComponents
1313

14-
XPIDLSRCS = \
15-
b2g.idl \
16-
$(NULL)
17-
1814
EXTRA_PP_COMPONENTS = \
1915
ActivitiesGlue.js \
2016
AlertsService.js \

b2g/components/moz.build

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@
44
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
55

66
TEST_DIRS += ['test']
7+
8+
XPIDL_SOURCES += [
9+
'b2g.idl',
10+
]
11+

browser/components/Makefile.in

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ include $(DEPTH)/config/autoconf.mk
1212
MODULE = browsercomps
1313
XPIDL_MODULE = browsercompsbase
1414

15-
XPIDLSRCS = \
16-
nsIBrowserGlue.idl \
17-
nsIBrowserHandler.idl \
18-
$(NULL)
19-
2015
EXTRA_COMPONENTS = \
2116
BrowserComponents.manifest \
2217
$(NULL)

browser/components/feeds/public/Makefile.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ include $(DEPTH)/config/autoconf.mk
1212

1313
MODULE = browser-feeds
1414

15-
XPIDLSRCS = nsIFeedResultService.idl nsIWebContentConverterRegistrar.idl nsIFeedWriter.idl
16-
1715
include $(topsrcdir)/config/rules.mk

browser/components/feeds/public/moz.build

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@
33
# License, v. 2.0. If a copy of the MPL was not distributed with this
44
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
55

6+
XPIDL_SOURCES += [
7+
'nsIFeedResultService.idl',
8+
'nsIFeedWriter.idl',
9+
'nsIWebContentConverterRegistrar.idl',
10+
]
11+

browser/components/migration/public/Makefile.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@ include $(DEPTH)/config/autoconf.mk
1111

1212
MODULE = migration
1313

14-
XPIDLSRCS = nsIBrowserProfileMigrator.idl
15-
1614
include $(topsrcdir)/config/rules.mk
1715

browser/components/migration/public/moz.build

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
# License, v. 2.0. If a copy of the MPL was not distributed with this
44
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
55

6+
XPIDL_SOURCES += [
7+
'nsIBrowserProfileMigrator.idl',
8+
]
9+

browser/components/moz.build

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ if CONFIG['MOZ_SAFE_BROWSING']:
2525

2626
TEST_DIRS += ['test']
2727
DIRS += ['build']
28+
29+
XPIDL_SOURCES += [
30+
'nsIBrowserGlue.idl',
31+
'nsIBrowserHandler.idl',
32+
]
33+

0 commit comments

Comments
 (0)