Bug 1783255 - move webrtc chromeonly webidl to dom/chrome-webidl;r=bwc,webidl,emilio

Differential Revision: https://phabricator.services.mozilla.com/D229468
This commit is contained in:
Nico Grunbaum 2024-11-20 21:21:24 +00:00
parent 569a73896c
commit ee15b3494e
3 changed files with 5 additions and 1 deletions

View File

@ -135,3 +135,8 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] == "windows":
WEBIDL_FILES += [
"WindowsJumpListShortcutDescription.webidl",
]
if CONFIG["MOZ_WEBRTC"]:
WEBIDL_FILES += [
"WebrtcGlobalInformation.webidl",
]

View File

@ -1101,7 +1101,6 @@ if CONFIG["MOZ_WEBRTC"]:
"RTCSessionDescription.webidl",
"RTCStatsReport.webidl",
"RTCTransformEvent.webidl",
"WebrtcGlobalInformation.webidl",
]
if CONFIG["MOZ_WEBSPEECH"]: