mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
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:
parent
569a73896c
commit
ee15b3494e
@ -135,3 +135,8 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] == "windows":
|
||||
WEBIDL_FILES += [
|
||||
"WindowsJumpListShortcutDescription.webidl",
|
||||
]
|
||||
|
||||
if CONFIG["MOZ_WEBRTC"]:
|
||||
WEBIDL_FILES += [
|
||||
"WebrtcGlobalInformation.webidl",
|
||||
]
|
||||
|
@ -1101,7 +1101,6 @@ if CONFIG["MOZ_WEBRTC"]:
|
||||
"RTCSessionDescription.webidl",
|
||||
"RTCStatsReport.webidl",
|
||||
"RTCTransformEvent.webidl",
|
||||
"WebrtcGlobalInformation.webidl",
|
||||
]
|
||||
|
||||
if CONFIG["MOZ_WEBSPEECH"]:
|
||||
|
Loading…
Reference in New Issue
Block a user