Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 11d2d6e22640a9c11b094e17f5a5f7a110f790d3
      
https://github.com/WebKit/WebKit/commit/11d2d6e22640a9c11b094e17f5a5f7a110f790d3
  Author: Dan Glastonbury <[email protected]>
  Date:   2023-12-08 (Fri, 08 Dec 2023)

  Changed paths:
    M Source/WebCore/DerivedSources.make

  Log Message:
  -----------
  [build] Fix WebCore/DerivedSources.make warnings
https://bugs.webkit.org/show_bug.cgi?id=266129
rdar://119412606

Reviewed by Tim Horton.

Processing of IDL files in WebCore produces the following warnings:

WebCore/DerivedSources.make:2465: warning: overriding commands for target 
`JSWebCodecsAudioData.cpp'
WebCore/DerivedSources.make:2465: warning: ignoring old commands for target 
`JSWebCodecsAudioData.cpp'
WebCore/DerivedSources.make:2465: warning: overriding commands for target 
`JSWebCodecsAudioData.h'
WebCore/DerivedSources.make:2465: warning: ignoring old commands for target 
`JSWebCodecsAudioData.h'

Remove double specification of WebCodecsAudioData.idl and sort WebCodecs IDLs
alphabetically.

* Source/WebCore/DerivedSources.make:

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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to