# THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT MODIFY BY HAND.
DEPTH := ../../..
topobjdir := /jenkins/jobs/oi-userland/workspace/components/web/firefox/build/amd64
topsrcdir := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3
srcdir := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/config/makefiles/xpidl
srcdir_rel := ../../../../../firefox-147.0.3/config/makefiles/xpidl
relativesrcdir := config/makefiles/xpidl
include $(DEPTH)/config/autoconf.mk
# 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/.

STANDALONE_MAKEFILE := 1

include $(topsrcdir)/config/rules.mk

# Building XPIDLs effectively consists of two steps:
#
#   1) Staging all .idl files to a common directory.
#   2) Doing everything with the .idl files.
#
# Each .idl file is processed into a .h file and typelib information.
# The .h file shares the same stem as the input file and is installed
# in the common headers include directory.
#
# XPIDL files are logically grouped together by modules. The typelib
# information for all XPIDLs in the same module is linked together into
# an .xpt file having the name of the module.
#
# As an optimization to reduce overall CPU usage, we process all .idl
# belonging to a module with a single command invocation. This prevents
# redundant parsing of .idl files and significantly reduces CPU cycles.

# For dependency files.
idl_deps_dir := .deps

dist_idl_dir := $(DIST)/idl
dist_include_dir := $(DIST)/include
dist_xpcrs_dir := $(DIST)/xpcrs
stub_file := xptdata.stub
process_py := $(topsrcdir)/python/mozbuild/mozbuild/action/xpidl-process.py
target_file := $(topobjdir)/xpcom/reflect/xptinfo/xptdata.cpp
xptdata_h := $(dist_include_dir)/xptdata.h
generated_files := $(target_file) $(xptdata_h)
code_gen_py := $(topsrcdir)/xpcom/reflect/xptinfo/xptcodegen.py
code_gen_deps := $(topsrcdir)/xpcom/ds/tools/perfecthash.py

# TODO we should use py_action, but that would require extra directories to be
# in the virtualenv.
%.xpt:
	$(REPORT_BUILD)
	$(call BUILDSTATUS,START_xpt $@)
	$(PYTHON3) $(process_py) --depsdir $(idl_deps_dir) \
		--bindings-conf $(topsrcdir)/dom/bindings/Bindings.conf \
		$(foreach dir,$(all_idl_dirs),-I $(dir)) \
		$(dist_include_dir) $(dist_xpcrs_dir) $(@D) \
		$(basename $(notdir $@)) $($(basename $(notdir $@))_deps)
# When some IDL is added or removed, if the actual IDL file was already, or
# still is, in the tree, simple dependencies can't detect that the XPT needs
# to be rebuilt.
# Add the current value of $($(xpidl_module)_deps) in the depend file, such that
# we can later check if the value has changed since last build, which will
# indicate whether IDLs were added or removed.
# Note that removing previously built files is not covered.
	@echo $(basename $(notdir $@))_deps_built = $($(basename $(notdir $@))_deps) >> $(idl_deps_dir)/$(basename $(notdir $@)).pp
	$(call BUILDSTATUS,END_xpt $@)

xpidl_modules := Bits accessibility alerts appshell appstartup autocomplete autoplay backgroundhangmonitor browsercompsbase caps captivedetect cascade_bindings chrome commandhandler commandlines composer content_events content_geckomediaplugins dap docshell dom dom_audiochannel dom_base dom_bindings dom_events dom_geolocation dom_identitycredential dom_indexeddb dom_localstorage dom_media dom_network dom_notification dom_payments dom_power dom_push dom_quota dom_security dom_serializers dom_sidebar dom_simpledb dom_storage dom_system dom_webauthn dom_webspeechrecognition dom_webspeechsynth dom_workers dom_xslt dom_xul downloads editor enterprisepolicies extensions exthandler fastfind fog gfx html5 htmlparser http-sfv imglib2 inspector intl jar jsdevtools kvstore layout_base layout_style layout_xul_tree locale loginmgr migration mimetype ml mozfind mozintl necko necko_about necko_cache2 necko_cookie necko_dns necko_file necko_http necko_res necko_socket necko_strconv necko_viewsource necko_websocket necko_webtransport parentalcontrols permissions pipnss places pref prefetch privateattribution remote reputationservice satchel services sessionstore shellservice shistory spellchecker startupcache storage telemetry thumbnails toolkit_antitracking toolkit_asyncshutdown toolkit_backgroundtasks toolkit_cleardata toolkit_contentanalysis toolkit_cookiebanners toolkit_crashservice toolkit_finalizationwitness toolkit_media toolkit_modules toolkit_processtools toolkit_resistfingerprinting toolkit_search toolkit_shell toolkit_terminator toolkit_xulstore toolkitprofile toolkitremote txmgr txtsvc uconv update uriloader url-classifier urlformatter webBrowser_core webbrowserpersist webextensions webvtt widget windowcreator windowwatcher xpcom_base xpcom_components xpcom_ds xpcom_io xpcom_system xpcom_threads xpconnect xul xulapp zipwriter
xpt_files := $(addsuffix .xpt,$(xpidl_modules))

Bits_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/bitsdownload/nsIBits.idl
accessibility_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibilityService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessible.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleAnnouncementEvent.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleApplication.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleCaretMoveEvent.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleDocument.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleEditableText.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleEvent.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleHideEvent.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleHyperLink.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleHyperText.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleImage.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleObjectAttributeChangedEvent.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessiblePivot.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleRelation.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleRole.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleScrollingEvent.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleSelectable.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleStateChangeEvent.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleStates.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleTable.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleTableChangeEvent.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleText.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleTextChangeEvent.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleTextLeafRange.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleTextRange.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleTextSelectionChangeEvent.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleTypes.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces/nsIAccessibleValue.idl
alerts_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/alerts/nsIAlertsService.idl
appshell_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpfe/appshell/nsIAppShellService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpfe/appshell/nsIAppWindow.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpfe/appshell/nsIWindowMediator.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpfe/appshell/nsIWindowMediatorListener.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpfe/appshell/nsIWindowlessBrowser.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpfe/appshell/nsIXULBrowserWindow.idl
appstartup_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/startup/public/nsIAppStartup.idl
autocomplete_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/autocomplete/nsIAutoCompleteController.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/autocomplete/nsIAutoCompleteInput.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/autocomplete/nsIAutoCompletePopup.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/autocomplete/nsIAutoCompleteResult.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/autocomplete/nsIAutoCompleteSearch.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/autocomplete/nsIAutoCompleteSimpleResult.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/autocomplete/nsIAutoCompleteSimpleSearch.idl
autoplay_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/media/autoplay/nsIAutoplay.idl
backgroundhangmonitor_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/backgroundhangmonitor/nsIHangDetails.idl
browsercompsbase_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/browser/components/nsIBrowserHandler.idl
caps_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/caps/nsIAddonPolicyService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/caps/nsIDomainPolicy.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/caps/nsIPrincipal.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/caps/nsIScriptSecurityManager.idl
captivedetect_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/captivedetect/nsICaptivePortalDetector.idl
cascade_bindings_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/cascade_bloom_filter/nsICascadeFilter.idl
chrome_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/chrome/nsIChromeRegistry.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/chrome/nsIToolkitChromeRegistry.idl
commandhandler_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/commandhandler/nsICommandManager.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/commandhandler/nsICommandParams.idl
commandlines_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/commandlines/nsICommandLine.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/commandlines/nsICommandLineHandler.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/commandlines/nsICommandLineRunner.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/commandlines/nsICommandLineValidator.idl
composer_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/editor/composer/nsIEditingSession.idl
content_events_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/events/nsIEventListenerService.idl
content_geckomediaplugins_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/media/gmp/mozIGeckoMediaPluginChromeService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/media/gmp/mozIGeckoMediaPluginService.idl
dap_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/dap/nsIDAPTelemetry.idl
docshell_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/docshell/base/nsIDocShell.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/docshell/base/nsIDocShellTreeItem.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/docshell/base/nsIDocShellTreeOwner.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/docshell/base/nsIDocumentLoaderFactory.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/docshell/base/nsIDocumentViewer.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/docshell/base/nsIDocumentViewerEdit.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/docshell/base/nsILoadContext.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/docshell/base/nsILoadURIDelegate.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/docshell/base/nsIPrivacyTransitionObserver.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/docshell/base/nsIReflowObserver.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/docshell/base/nsIRefreshURI.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/docshell/base/nsITooltipListener.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/docshell/base/nsITooltipTextProvider.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/docshell/base/nsIURIFixup.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/docshell/base/nsIWebNavigation.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/docshell/base/nsIWebNavigationInfo.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/docshell/base/nsIWebPageDescriptor.idl
dom_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/base/mozIDOMWindow.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/base/nsIContentPolicy.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/base/nsIDroppedLinkHandler.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/base/nsIEventSourceEventService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/base/nsIImageLoadingContent.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/base/nsIMessageManager.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/base/nsIObjectLoadingContent.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/base/nsIScriptChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/base/nsIScriptableContentIterator.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/base/nsISelectionController.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/base/nsISelectionDisplay.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/base/nsISelectionListener.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/base/nsISlowScriptDebug.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/console/nsIConsoleAPIStorage.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/file/ipc/mozIRemoteLazyInputStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/ipc/nsIDOMProcessChild.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/ipc/nsIDOMProcessParent.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/ipc/nsIHangReport.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/ipc/nsILoginDetectionService.idl
dom_audiochannel_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/audiochannel/nsIAudioChannelAgent.idl
dom_base_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/base/domstubs.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/base/nsIBrowser.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/base/nsIBrowserChild.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/base/nsIBrowserDOMWindow.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/base/nsIBrowserUsage.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/base/nsIContentPermissionPrompt.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/base/nsIContentPrefService2.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/base/nsIDOMGlobalPropertyInitializer.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/base/nsIDOMWindow.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/base/nsIDOMWindowUtils.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/base/nsIFocusManager.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/base/nsIGeckoViewServiceWorker.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/base/nsIPermissionDelegateHandler.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/base/nsIQueryContentEventResult.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/base/nsIRemoteTab.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/base/nsIServiceWorkerManager.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/base/nsIStructuredCloneContainer.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/base/nsITextInputProcessor.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/base/nsITextInputProcessorCallback.idl
dom_bindings_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/bindings/nsIScriptError.idl
dom_events_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/events/nsIDOMEventListener.idl
dom_geolocation_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/geolocation/nsIDOMGeoPosition.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/geolocation/nsIDOMGeoPositionCallback.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/geolocation/nsIDOMGeoPositionCoords.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/geolocation/nsIDOMGeoPositionErrorCallback.idl
dom_identitycredential_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/credentialmanagement/nsICredentialChooserService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/credentialmanagement/nsICredentialChosenCallback.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/credentialmanagement/nsIIdentityCredentialPromptService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/credentialmanagement/nsIIdentityCredentialStorageService.idl
dom_indexeddb_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/indexedDB/nsIIDBPermissionsRequest.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/indexedDB/nsIIndexedDatabaseManager.idl
dom_localstorage_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/localstorage/nsILocalStorageManager.idl
dom_media_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/media/nsIAudioDeviceInfo.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/media/nsIMediaDevice.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/media/nsIMediaManager.idl
dom_network_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/network/interfaces/nsITCPSocketCallback.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/network/interfaces/nsIUDPSocketChild.idl
dom_notification_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/notification/nsINotificationStorage.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/notification/nsINotificationHandler.idl
dom_payments_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/payments/nsIPaymentActionResponse.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/payments/nsIPaymentAddress.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/payments/nsIPaymentRequest.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/payments/nsIPaymentRequestService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/payments/nsIPaymentUIService.idl
dom_power_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/power/nsIDOMWakeLockListener.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/power/nsIPowerManagerService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/power/nsIWakeLock.idl
dom_push_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/push/nsIPushErrorReporter.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/push/nsIPushNotifier.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/push/nsIPushService.idl
dom_quota_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/quota/nsIQuotaArtificialFailure.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/quota/nsIQuotaCallbacks.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/quota/nsIQuotaManagerService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/quota/nsIQuotaManagerServiceInternal.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/quota/nsIQuotaRequests.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/quota/nsIQuotaResults.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/quota/nsIQuotaUtilsService.idl
dom_security_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/security/nsIContentSecurityManager.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/security/nsIContentSecurityPolicy.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/security/nsIIntegrityPolicy.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/security/nsIPolicyContainer.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/security/nsIReferrerInfo.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/security/nsIHttpsOnlyModePermission.idl
dom_serializers_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/serializers/nsIDocumentEncoder.idl
dom_sidebar_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/sidebar/nsIWebProtocolHandlerRegistrar.idl
dom_simpledb_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/simpledb/nsISDBCallbacks.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/simpledb/nsISDBConnection.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/simpledb/nsISDBRequest.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/simpledb/nsISDBResults.idl
dom_storage_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/storage/nsIDOMStorageManager.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/storage/nsIStorageActivityService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/storage/nsISessionStorageService.idl
dom_system_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/system/nsIOSPermissionRequest.idl
dom_webauthn_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/webauthn/nsIWebAuthnArgs.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/webauthn/nsIWebAuthnAttObj.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/webauthn/nsIWebAuthnPromise.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/webauthn/nsIWebAuthnResult.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/webauthn/nsIWebAuthnService.idl
dom_webspeechrecognition_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/media/webspeech/recognition/nsISpeechRecognitionService.idl
dom_webspeechsynth_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/media/webspeech/synth/nsISpeechService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/media/webspeech/synth/nsISynthVoiceRegistry.idl
dom_workers_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/workers/nsIWorkerChannelInfo.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/workers/nsIWorkerDebugger.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/workers/nsIWorkerDebuggerManager.idl
dom_xslt_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/xslt/xslt/txIEXSLTFunctions.idl
dom_xul_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/xul/nsIDOMXULButtonElement.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/xul/nsIDOMXULCommandDispatcher.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/xul/nsIDOMXULContainerElement.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/xul/nsIDOMXULControlElement.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/xul/nsIDOMXULMenuListElement.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/xul/nsIDOMXULMultSelectCntrlEl.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/xul/nsIDOMXULRadioGroupElement.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/xul/nsIDOMXULRelatedElement.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/xul/nsIDOMXULSelectCntrlEl.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/xul/nsIDOMXULSelectCntrlItemEl.idl
downloads_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/downloads/mozIDownloadPlatform.idl
editor_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/editor/nsIDocumentStateListener.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/editor/nsIEditActionListener.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/editor/nsIEditor.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/editor/nsIEditorMailSupport.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/editor/nsIEditorSpellCheck.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/editor/nsIHTMLAbsPosEditor.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/editor/nsIHTMLEditor.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/editor/nsIHTMLInlineTableEditor.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/editor/nsIHTMLObjectResizer.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/editor/nsITableEditor.idl
enterprisepolicies_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/enterprisepolicies/nsIEnterprisePolicies.idl
extensions_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/mozapps/extensions/amIAddonManagerStartup.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/mozapps/extensions/amIWebInstallPrompt.idl
exthandler_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/uriloader/exthandler/nsCExternalHandlerService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/uriloader/exthandler/nsIContentDispatchChooser.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/uriloader/exthandler/nsIExternalHelperAppService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/uriloader/exthandler/nsIExternalProtocolService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/uriloader/exthandler/nsIHandlerService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/uriloader/exthandler/nsIHelperAppLauncherDialog.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/uriloader/exthandler/nsISharingHandlerApp.idl
fastfind_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/typeaheadfind/nsITypeAheadFind.idl
fog_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/glean/xpcom/nsIFOG.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/glean/xpcom/nsIGleanPing.idl
gfx_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/gfx/src/nsIFontEnumerator.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/gfx/thebes/nsIFontLoadCompleteCallback.idl
html5_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/parser/html/nsIParserUtils.idl
htmlparser_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/parser/htmlparser/nsIExpatSink.idl
http-sfv_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/http-sfv/nsIStructuredFieldValues.idl
imglib2_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/image/imgICache.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/image/imgIContainer.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/image/imgIContainerDebug.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/image/imgIEncoder.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/image/imgILoader.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/image/imgINotificationObserver.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/image/imgIRequest.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/image/imgIScriptedNotificationObserver.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/image/imgITools.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/image/nsIIconURI.idl
inspector_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/layout/inspector/inIDeepTreeWalker.idl
intl_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/intl/strres/nsIStringBundle.idl
jar_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/modules/libjar/nsIJARChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/modules/libjar/nsIJARURI.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/modules/libjar/nsIZipReader.idl
jsdevtools_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/devtools/platform/IJSDebugger.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/devtools/platform/nsIJSInspector.idl
kvstore_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/kvstore/nsIKeyValue.idl
layout_base_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/layout/base/nsILayoutHistoryState.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/layout/base/nsISVGPaintContext.idl
layout_style_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/layout/style/nsIPreloadedStyleSheet.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/layout/style/nsIStyleSheetService.idl
layout_xul_tree_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/layout/xul/tree/nsITreeSelection.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/layout/xul/tree/nsITreeView.idl
locale_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/intl/locale/mozILocaleService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/intl/locale/mozIOSPreferences.idl
loginmgr_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/passwordmgr/nsILoginInfo.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/passwordmgr/nsILoginManager.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/passwordmgr/nsILoginManagerAuthPrompter.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/passwordmgr/nsILoginManagerCrypto.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/passwordmgr/nsILoginManagerPrompter.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/passwordmgr/nsILoginMetaInfo.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/passwordmgr/nsIPromptInstance.idl
migration_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/browser/components/migration/nsIEdgeMigrationUtils.idl
mimetype_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/mime/nsIMIMEHeaderParam.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/mime/nsIMIMEInfo.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/mime/nsIMIMEService.idl
ml_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/ml/nsIMLUtils.idl
mozfind_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/find/nsIFind.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/find/nsIFindService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/find/nsIWebBrowserFind.idl
mozintl_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/mozintl/mozIMozIntl.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/mozintl/mozIMozIntlHelper.idl
necko_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/mozIThirdPartyUtil.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIAndroidContentInputStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIArrayBufferInputStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIAsyncStreamCopier.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIAsyncStreamCopier2.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIAsyncVerifyRedirectCallback.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIAuthInformation.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIAuthModule.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIAuthPrompt.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIAuthPrompt2.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIAuthPromptAdapterFactory.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIAuthPromptCallback.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIAuthPromptProvider.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIBackgroundFileSaver.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIBaseChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIBufferedStreams.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIByteRangeRequest.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsICacheInfoChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsICachingChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsICancelable.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsICaptivePortalService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIChannelEventSink.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIChildChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIClassOfService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIClassifiedChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIContentSniffer.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIDHCPClient.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIDashboard.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIDashboardEventNotifier.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIDownloader.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIEncodedChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIExternalProtocolHandler.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIFileStreams.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIFileURL.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIForcePendingChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIFormPOSTActionChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIHttpAuthenticatorCallback.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIIOService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIIncrementalDownload.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIIncrementalStreamLoader.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIInputStreamChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIInputStreamPump.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIInterceptionInfo.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsILoadContextInfo.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsILoadGroup.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsILoadGroupChild.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsILoadInfo.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIMIMEInputStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIMockNetworkLayerController.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIMultiPartChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsINestedURI.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsINetAddr.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsINetUtil.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsINetworkConnectivityService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsINetworkInfoService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsINetworkInterceptController.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsINetworkLinkService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsINetworkPredictor.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsINetworkPredictorVerifier.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsINullChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIParentChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIParentRedirectingChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIPermission.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIPermissionManager.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIPrivateBrowsingChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIProgressEventSink.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIPrompt.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIProtocolHandler.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIProtocolProxyCallback.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIProtocolProxyFilter.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIProtocolProxyService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIProtocolProxyService2.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIProxiedChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIProxiedProtocolHandler.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIProxyInfo.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIRandomGenerator.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIRedirectChannelRegistrar.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIRedirectHistoryEntry.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIRedirectResultListener.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIRequest.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIRequestContext.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIRequestObserver.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIRequestObserverProxy.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIResumableChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsISecCheckWrapChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsISecureBrowserUI.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsISensitiveInfoHiddenURI.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsISerializationHelper.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIServerSocket.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsISimpleStreamListener.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsISimpleURIMutator.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsISocketFilter.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsISocketTransport.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsISocketTransportService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsISpeculativeConnect.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIStandardURL.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIStreamListener.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIStreamListenerTee.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIStreamLoader.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIStreamTransportService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsISuspendableChannelWrapper.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsISyncStreamListener.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsISystemProxySettings.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsITLSServerSocket.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIThreadRetargetableRequest.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIThreadRetargetableStreamListener.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIThrottledInputChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsITimedChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsITraceableChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsITransport.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIUDPSocket.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIURI.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIURIMutator.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIURIWithSpecialOrigin.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIURL.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIURLParser.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIUploadChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsIUploadChannel2.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/nsPISocketTransportService.idl
necko_about_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/about/nsIAboutModule.idl
necko_cache2_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/cache2/nsICacheEntry.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/cache2/nsICacheEntryDoomCallback.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/cache2/nsICacheEntryOpenCallback.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/cache2/nsICachePurgeLock.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/cache2/nsICacheStorage.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/cache2/nsICacheStorageService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/cache2/nsICacheStorageVisitor.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/cache2/nsICacheTesting.idl
necko_cookie_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/cookie/nsICookie.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/cookie/nsICookieJarSettings.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/cookie/nsICookieManager.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/cookie/nsICookieNotification.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/cookie/nsICookiePermission.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/cookie/nsICookieService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/cookie/nsICookieValidation.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/cookie/nsIThirdPartyCookieBlockingExceptionListService.idl
necko_dns_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/dns/nsIDNSAdditionalInfo.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/dns/nsIDNSByTypeRecord.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/dns/nsIDNSListener.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/dns/nsIDNSRecord.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/dns/nsIDNSService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/dns/nsIEffectiveTLDService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/dns/nsIIDNService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/dns/nsINativeDNSResolverOverride.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/dns/nsITRRSkipReason.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/dns/nsPIDNSService.idl
necko_file_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/file/nsIFileChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/file/nsIFileProtocolHandler.idl
necko_http_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/data/nsIDataChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/http/nsIBackgroundChannelRegistrar.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/http/nsIBinaryHttp.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/http/nsICORSPreflightCache.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/http/nsICORSPreflightCacheEntry.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/http/nsIEarlyHintObserver.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/http/nsIHttpActivityObserver.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/http/nsIHttpAuthManager.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/http/nsIHttpAuthenticableChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/http/nsIHttpAuthenticator.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/http/nsIHttpChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/http/nsIHttpChannelAuthProvider.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/http/nsIHttpChannelChild.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/http/nsIHttpChannelInternal.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/http/nsIHttpHeaderVisitor.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/http/nsIHttpProtocolHandler.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/http/nsINetworkErrorLogging.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/http/nsIObliviousHttp.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/http/nsIObliviousHttpChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/http/nsIRaceCacheWithNetwork.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/http/nsIReplacedHttpResponse.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/http/nsITlsHandshakeListener.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/http/nsIWellKnownOpportunisticUtils.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/streamconv/converters/nsICompressConvStats.idl
necko_res_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/res/nsIResProtocolHandler.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/res/nsISubstitutingProtocolHandler.idl
necko_socket_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/socket/nsISocketProvider.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/socket/nsISocketProviderService.idl
necko_strconv_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/streamconv/mozITXTToHTMLConv.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/streamconv/nsIDirIndex.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/streamconv/nsIDirIndexListener.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/streamconv/nsIStreamConverter.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/streamconv/nsIStreamConverterService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/streamconv/nsITXTToHTMLConv.idl
necko_viewsource_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/viewsource/nsIViewSourceChannel.idl
necko_websocket_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/websocket/nsITransportProvider.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/websocket/nsIWebSocketChannel.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/websocket/nsIWebSocketEventService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/websocket/nsIWebSocketImpl.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/websocket/nsIWebSocketListener.idl
necko_webtransport_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/webtransport/nsIWebTransport.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/webtransport/nsIWebTransportEventService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/webtransport/nsIWebTransportStream.idl
parentalcontrols_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/parentalcontrols/nsIParentalControlsService.idl
permissions_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/extensions/permissions/nsIRemotePermissionService.idl
pipnss_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsICertOverrideService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsICertStorage.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsICertTree.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsICertificateDialogs.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsIClientAuthDialogService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsIClientAuthRememberService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsIContentSignatureVerifier.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsICryptoHash.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsIDataStorage.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsINSSComponent.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsINSSErrorsService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsINSSVersion.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsIOSKeyStore.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsIOSReauthenticator.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsIPK11Token.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsIPK11TokenDB.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsIPKCS11Module.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsIPKCS11ModuleDB.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsIPKCS11Slot.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsIPublicKeyPinningService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsISecretDecoderRing.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsISecurityUITelemetry.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsISiteSecurityService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsITLSSocketControl.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsITokenPasswordDialogs.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsITransportSecurityInfo.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsIX509Cert.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsIX509CertDB.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl/nsIX509CertValidity.idl
places_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/places/mozIAsyncHistory.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/places/mozIPlacesAutoComplete.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/places/mozIPlacesPendingOperation.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/places/mozISyncedBookmarksMirror.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/places/nsIFaviconService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/places/nsINavBookmarksService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/places/nsINavHistoryService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/places/nsIPlacesPreviewsHelperService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/places/nsITaggingService.idl
pref_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/modules/libpref/nsIPrefBranch.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/modules/libpref/nsIPrefLocalizedString.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/modules/libpref/nsIPrefOverrideMap.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/modules/libpref/nsIPrefService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/modules/libpref/nsIRelativeFilePref.idl
prefetch_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/uriloader/prefetch/nsIPrefetchService.idl
privateattribution_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/privateattribution/nsIPrivateAttributionService.idl
remote_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/remote/components/nsIMarionette.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/remote/components/nsIRemoteAgent.idl
reputationservice_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/reputationservice/nsIApplicationReputation.idl
satchel_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/satchel/nsIFormFillController.idl
services_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/services/interfaces/mozIBridgedSyncEngine.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/services/interfaces/mozIInterruptible.idl
sessionstore_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/sessionstore/nsISessionStoreFunctions.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/sessionstore/nsISessionStoreRestoreData.idl
shellservice_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/browser/components/shell/nsIGNOMEShellService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/browser/components/shell/nsIOpenTabsProvider.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/browser/components/shell/nsIShellService.idl
shistory_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/docshell/shistory/nsIBFCacheEntry.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/docshell/shistory/nsISHEntry.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/docshell/shistory/nsISHistory.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/docshell/shistory/nsISHistoryListener.idl
spellchecker_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/extensions/spellcheck/idl/mozIPersonalDictionary.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/extensions/spellcheck/idl/mozISpellCheckingEngine.idl
startupcache_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/startupcache/nsIStartupCacheInfo.idl
storage_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/storage/mozIStorageAsyncConnection.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/storage/mozIStorageAsyncStatement.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/storage/mozIStorageBaseStatement.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/storage/mozIStorageBindingParams.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/storage/mozIStorageBindingParamsArray.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/storage/mozIStorageCompletionCallback.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/storage/mozIStorageConnection.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/storage/mozIStorageError.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/storage/mozIStorageFunction.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/storage/mozIStoragePendingStatement.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/storage/mozIStorageProgressHandler.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/storage/mozIStorageResultSet.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/storage/mozIStorageRow.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/storage/mozIStorageService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/storage/mozIStorageStatement.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/storage/mozIStorageStatementCallback.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/storage/mozIStorageVacuumParticipant.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/storage/mozIStorageValueArray.idl
telemetry_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/telemetry/core/nsITelemetry.idl
thumbnails_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/thumbnails/nsIPageThumbsStorageService.idl
toolkit_antitracking_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/antitracking/bouncetrackingprotection/nsIBTPRemoteExceptionList.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/antitracking/bouncetrackingprotection/nsIBounceTrackingMapEntry.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/antitracking/bouncetrackingprotection/nsIBounceTrackingProtection.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/antitracking/nsIContentBlockingAllowList.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/antitracking/nsIPartitioningExceptionListService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/antitracking/nsIPurgeTrackerService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/antitracking/nsITrackingDBService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/antitracking/nsIURLDecorationAnnotationsService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/antitracking/nsIURLQueryStringStripper.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/antitracking/nsIURLQueryStrippingListService.idl
toolkit_asyncshutdown_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/asyncshutdown/nsIAsyncShutdown.idl
toolkit_backgroundtasks_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/backgroundtasks/nsIBackgroundTasks.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/backgroundtasks/nsIBackgroundTasksManager.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/backgroundtasks/nsIBackgroundTasksRunner.idl
toolkit_cleardata_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/cleardata/nsIClearBySiteEntry.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/cleardata/nsIClearDataService.idl
toolkit_contentanalysis_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/contentanalysis/nsIContentAnalysis.idl
toolkit_cookiebanners_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/cookiebanners/nsIClickRule.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/cookiebanners/nsICookieBannerListService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/cookiebanners/nsICookieBannerRule.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/cookiebanners/nsICookieBannerService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/cookiebanners/nsICookieRule.idl
toolkit_crashservice_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/crashes/nsICrashService.idl
toolkit_finalizationwitness_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/finalizationwitness/nsIFinalizationWitnessService.idl
toolkit_media_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/media/nsIWindowsMediaFoundationCDMOriginsListService.idl
toolkit_modules_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/modules/nsIBrowserWindowTracker.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/modules/nsIRegion.idl
toolkit_processtools_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/processtools/nsIProcessToolsService.idl
toolkit_resistfingerprinting_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/resistfingerprinting/nsIFingerprintingWebCompatService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/resistfingerprinting/nsIRFPService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/resistfingerprinting/nsIRFPTargetSetIDL.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/resistfingerprinting/nsIUserCharacteristicsPageService.idl
toolkit_search_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/search/nsISearchService.idl
toolkit_shell_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/shell/nsIToolkitShellService.idl
toolkit_terminator_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/terminator/nsITerminatorTest.idl
toolkit_xulstore_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/xulstore/nsIXULStore.idl
toolkitprofile_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/profile/nsIProfileMigrator.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/profile/nsIProfileUnlocker.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/profile/nsIToolkitProfile.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/profile/nsIToolkitProfileService.idl
toolkitremote_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/remote/nsIRemoteService.idl
txmgr_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/editor/txmgr/nsITransaction.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/editor/txmgr/nsITransactionManager.idl
txtsvc_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/editor/spellchecker/nsIInlineSpellChecker.idl
uconv_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/intl/uconv/nsIScriptableUConv.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/intl/uconv/nsITextToSubURI.idl
update_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/timermanager/nsIUpdateTimerManager.idl
uriloader_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/uriloader/base/nsCURILoader.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/uriloader/base/nsIContentHandler.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/uriloader/base/nsIDocumentLoader.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/uriloader/base/nsITransfer.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/uriloader/base/nsIURIContentListener.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/uriloader/base/nsIURILoader.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/uriloader/base/nsIWebProgress.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/uriloader/base/nsIWebProgressListener.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/uriloader/base/nsIWebProgressListener2.idl
url-classifier_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/url-classifier/nsIChannelClassifierService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/url-classifier/nsIURIClassifier.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/url-classifier/nsIUrlClassifierExceptionList.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/url-classifier/nsIUrlClassifierExceptionListEntry.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/url-classifier/nsIUrlClassifierExceptionListService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/url-classifier/nsIUrlClassifierFeature.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/url-classifier/IUrlClassifierUITelemetry.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/url-classifier/nsIUrlClassifierDBService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/url-classifier/nsIUrlClassifierHashCompleter.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/url-classifier/nsIUrlClassifierInfo.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/url-classifier/nsIUrlClassifierPrefixSet.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/url-classifier/nsIUrlClassifierRemoteSettingsService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/url-classifier/nsIUrlClassifierStreamUpdater.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/url-classifier/nsIUrlClassifierTestUtils.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/url-classifier/nsIUrlClassifierUtils.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/url-classifier/nsIUrlListManager.idl
urlformatter_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/urlformatter/nsIURLFormatter.idl
webBrowser_core_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/browser/nsIWebBrowser.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/browser/nsIWebBrowserChrome.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/browser/nsIWebBrowserPrint.idl
webbrowserpersist_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/webbrowserpersist/nsIWebBrowserPersist.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/webbrowserpersist/nsIWebBrowserPersistDocument.idl
webextensions_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/extensions/extIWebNavigation.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/extensions/mozIExtensionAPIRequestHandling.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/extensions/mozIExtensionProcessScript.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/extensions/nsINativeMessagingPortal.idl
webvtt_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/media/webvtt/nsIWebVTTListener.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/media/webvtt/nsIWebVTTParserWrapper.idl
widget_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIAppShell.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIApplicationChooser.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIBaseWindow.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIBidiKeyboard.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIClipboard.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIClipboardHelper.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIClipboardOwner.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIColorPicker.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIDisplayInfo.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIDragService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIDragSession.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIFilePicker.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIFormatConverter.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIGfxInfo.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIGfxInfoDebug.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIGtkTaskbarProgress.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIMockDragServiceController.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIPaper.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIPaperMargin.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIPrintDialogService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIPrintSettings.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIPrintSettingsService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIPrinter.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIPrinterList.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIScreen.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIScreenManager.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsISharePicker.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsISound.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsISystemStatusBar.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsITaskbarProgress.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsITransferable.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIUserIdleService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget/nsIUserIdleServiceInternal.idl
windowcreator_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/windowcreator/nsIWindowCreator.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/windowcreator/nsIWindowProvider.idl
windowwatcher_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/windowwatcher/nsIDialogParamBlock.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/windowwatcher/nsIOpenWindowInfo.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/windowwatcher/nsIPromptCollection.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/windowwatcher/nsIPromptFactory.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/windowwatcher/nsIPromptService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/windowwatcher/nsIWindowWatcher.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/windowwatcher/nsPIWindowWatcher.idl
xpcom_base_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/base/nsIAvailableMemoryWatcherBase.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/base/nsIConsoleListener.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/base/nsIConsoleMessage.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/base/nsIConsoleService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/base/nsICycleCollectorListener.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/base/nsIDebug2.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/base/nsIException.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/base/nsIInterfaceRequestor.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/base/nsIMemoryInfoDumper.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/base/nsIMemoryReporter.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/base/nsISecurityConsoleMessage.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/base/nsISupports.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/base/nsIUUIDGenerator.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/base/nsIVersionComparator.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/base/nsIWeakReference.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/base/nsrootidl.idl
xpcom_components_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/components/nsICategoryManager.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/components/nsIClassInfo.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/components/nsIComponentManager.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/components/nsIComponentRegistrar.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/components/nsIFactory.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/components/nsIServiceManager.idl
xpcom_ds_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/ds/nsIArray.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/ds/nsIArrayExtensions.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/ds/nsIINIParser.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/ds/nsIMutableArray.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/ds/nsIObserver.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/ds/nsIObserverService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/ds/nsIPersistentProperties2.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/ds/nsIProperties.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/ds/nsIProperty.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/ds/nsIPropertyBag.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/ds/nsIPropertyBag2.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/ds/nsISerializable.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/ds/nsISimpleEnumerator.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/ds/nsIStringEnumerator.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/ds/nsISupportsIterators.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/ds/nsISupportsPrimitives.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/ds/nsIVariant.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/ds/nsIWritablePropertyBag.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/ds/nsIWritablePropertyBag2.idl
xpcom_io_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIAsyncInputStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIAsyncOutputStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIBinaryInputStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIBinaryOutputStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsICloneableInputStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIConverterInputStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIConverterOutputStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIDirectoryEnumerator.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIDirectoryService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIFile.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIIOUtil.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIInputStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIInputStreamLength.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIInputStreamPriority.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIInputStreamTee.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsILineInputStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsILocalFileWin.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIMultiplexInputStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIObjectInputStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIObjectOutputStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIOutputStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIPipe.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIRandomAccessStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsISafeOutputStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIScriptableBase64Encoder.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIScriptableInputStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsISeekableStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIStorageStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIStreamBufferAccess.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIStringStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsITellableStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIUnicharInputStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIUnicharLineInputStream.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io/nsIUnicharOutputStream.idl
xpcom_system_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/system/nsIBlocklistService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/system/nsICrashReporter.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/system/nsIDeviceSensors.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/system/nsIGIOService.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/system/nsIGeolocationProvider.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/system/nsIHapticFeedback.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/system/nsIPlatformInfo.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/system/nsISystemInfo.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/system/nsIXULAppInfo.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/system/nsIXULRuntime.idl
xpcom_threads_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/threads/nsIDirectTaskDispatcher.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/threads/nsIEnvironment.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/threads/nsIEventTarget.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/threads/nsIIdlePeriod.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/threads/nsINamed.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/threads/nsIProcess.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/threads/nsIRunnable.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/threads/nsISerialEventTarget.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/threads/nsISupportsPriority.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/threads/nsIThread.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/threads/nsIThreadInternal.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/threads/nsIThreadManager.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/threads/nsIThreadPool.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/threads/nsIThreadShutdown.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/threads/nsITimer.idl
xpconnect_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/js/xpconnect/idl/mozIJSSubScriptLoader.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/js/xpconnect/idl/nsIXPCScriptable.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/js/xpconnect/idl/xpcIJSWeakReference.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/js/xpconnect/idl/xpccomponents.idl
xul_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/xul/nsIBrowserController.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/xul/nsIController.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/xul/nsIControllers.idl
xulapp_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/xre/nsINativeAppSupport.idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/xre/nsIXREDirProvider.idl
zipwriter_deps := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/modules/libjar/zipwriter/nsIZipWriter.idl
all_idl_dirs := /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/accessible/interfaces /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/browser/components /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/browser/components/migration /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/browser/components/shell /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/caps /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/chrome /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/devtools/platform /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/docshell/base /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/docshell/shistory /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/audiochannel /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/base /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/bindings /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/commandhandler /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/console /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/events /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/file/ipc /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/indexedDB /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/base /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/events /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/geolocation /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/notification /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/payments /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/push /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/security /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/sidebar /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/storage /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/interfaces/xul /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/ipc /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/localstorage /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/media /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/media/autoplay /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/media/gmp /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/media/webspeech/recognition /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/media/webspeech/synth /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/media/webvtt /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/network/interfaces /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/notification /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/power /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/privateattribution /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/quota /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/security /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/serializers /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/simpledb /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/storage /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/system /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/webauthn /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/webbrowserpersist /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/workers /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/xslt/xslt /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/dom/xul /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/editor /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/editor/composer /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/editor/spellchecker /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/editor/txmgr /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/extensions/permissions /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/extensions/spellcheck/idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/gfx/src /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/gfx/thebes /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/image /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/intl/locale /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/intl/strres /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/intl/uconv /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/js/xpconnect/idl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/layout/base /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/layout/inspector /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/layout/style /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/layout/xul/tree /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/modules/libjar /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/modules/libjar/zipwriter /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/modules/libpref /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/base/http-sfv /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/cache2 /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/cookie /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/dns /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/mime /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/about /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/data /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/file /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/http /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/res /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/viewsource /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/websocket /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/protocol/webtransport /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/socket /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/streamconv /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/streamconv/converters /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/netwerk/url-classifier /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/parser/html /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/parser/htmlparser /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/remote/components /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/security/manager/ssl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/services/interfaces /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/startupcache /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/storage /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/alerts /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/antitracking /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/antitracking/bouncetrackingprotection /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/asyncshutdown /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/autocomplete /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/backgroundhangmonitor /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/backgroundtasks /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/bitsdownload /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/browser /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/captivedetect /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/cascade_bloom_filter /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/cleardata /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/commandlines /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/contentanalysis /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/cookiebanners /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/crashes /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/credentialmanagement /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/dap /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/downloads /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/enterprisepolicies /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/extensions /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/finalizationwitness /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/find /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/glean/xpcom /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/kvstore /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/media /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/ml /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/mozintl /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/parentalcontrols /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/passwordmgr /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/places /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/processtools /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/remote /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/reputationservice /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/resistfingerprinting /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/satchel /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/search /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/sessionstore /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/shell /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/startup/public /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/telemetry/core /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/terminator /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/thumbnails /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/timermanager /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/typeaheadfind /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/url-classifier /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/urlformatter /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/windowcreator /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/windowwatcher /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/components/xulstore /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/modules /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/mozapps/extensions /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/profile /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/toolkit/xre /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/uriloader/base /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/uriloader/exthandler /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/uriloader/prefetch /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/widget /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/base /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/components /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/ds /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/io /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/system /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpcom/threads /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/xpfe/appshell


depends_files := $(foreach root,$(xpidl_modules),$(idl_deps_dir)/$(root).pp)

ifdef COMPILE_ENVIRONMENT
xpidl:: $(generated_files)
endif

# See bug 1420119 for why we need the semicolon.
$(target_file) $(xptdata_h) : $(stub_file) ;

$(xpt_files): $(process_py) $(call mkdir_deps,$(idl_deps_dir) $(dist_include_dir) $(dist_xpcrs_dir))

$(stub_file) : $(xpt_files) $(code_gen_py) $(code_gen_deps)
	$(REPORT_BUILD)
	$(call BUILDSTATUS,START_xpt $(notdir $(generated_files)))
	$(PYTHON3) $(code_gen_py) $(generated_files) $(xpt_files)
	@touch $@
	$(call BUILDSTATUS,END_xpt $(notdir $(generated_files)))

-include $(depends_files)

define xpt_deps
$(1): $(call mkdir_deps,$(dir $(1)))
ifneq ($($(basename $(notdir $(1)))_deps),$($(basename $(notdir $(1)))_deps_built))
$(1): FORCE
endif
endef

$(foreach xpt,$(xpt_files),$(eval $(call xpt_deps,$(xpt))))

.PHONY: xpidl

include $(topsrcdir)/config/recurse.mk
