Skip to content

Commit

Permalink
Try to fix the tvOS build
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=274187
rdar://128094408

Unreviewed build fix; added conditionals for RemoteMediaSourceIdentifier and
RemoteSourceBufferIdentifier.

* Source/WebKit/Scripts/webkit/messages.py:
(conditions_for_header):

Canonical link: https://commits.webkit.org/278783@main
  • Loading branch information
aestes committed May 14, 2024
1 parent b5e71b3 commit feff12f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/WebKit/Scripts/webkit/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,8 @@ def conditions_for_header(header):
'"RemoteCDMInstanceSessionIdentifier.h"': ["ENABLE(GPU_PROCESS) && ENABLE(ENCRYPTED_MEDIA)"],
'"RemoteLegacyCDMIdentifier.h"': ["ENABLE(GPU_PROCESS) && ENABLE(LEGACY_ENCRYPTED_MEDIA)"],
'"RemoteLegacyCDMSessionIdentifier.h"': ["ENABLE(GPU_PROCESS) && ENABLE(LEGACY_ENCRYPTED_MEDIA)"],
'"RemoteMediaSourceIdentifier.h"': ["ENABLE(GPU_PROCESS) && ENABLE(MEDIA_SOURCE)"],
'"RemoteSourceBufferIdentifier.h"': ["ENABLE(GPU_PROCESS) && ENABLE(MEDIA_SOURCE)"],
'"SharedCARingBuffer.h"': ["PLATFORM(COCOA)"],
'"WCContentBufferIdentifier.h"': ["USE(GRAPHICS_LAYER_WC)"],
'"WCLayerTreeHostIdentifier.h"': ["USE(GRAPHICS_LAYER_WC)"],
Expand Down

0 comments on commit feff12f

Please sign in to comment.