[webkit-changes] [WebKit/WebKit] 6507e6: Build fix: vp8_replay_fuzzer and vp9_replay_fuzzer...

Commit Queue noreply at github.com
Fri Jan 26 13:52:01 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6507e65c8b7ad922363011f42d0430e901e8c515
      https://github.com/WebKit/WebKit/commit/6507e65c8b7ad922363011f42d0430e901e8c515
  Author: David Kilzer <ddkilzer at apple.com>
  Date:   2024-01-26 (Fri, 26 Jan 2024)

  Changed paths:
    M Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Build fix: vp8_replay_fuzzer and vp9_replay_fuzzer only build for macOS
https://bugs.webkit.org/show_bug.cgi?id=268190
<rdar://121684884>

Unreviewed build fix.

* Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj:
(Fuzzers (libwebrtc)):
- Add platformFilters for vp8_replay_fuzzer and vp9_replay_fuzzer
  targets in the aggregate target so they only build for macOS.
  Both fuzzers require OpenGL and AppKit.

Canonical link: https://commits.webkit.org/273577@main




More information about the webkit-changes mailing list