Bug 223421

Summary: should always use all prerequisites for the `ModernMediaControls.{js,css}` rules in DerivedSources.make
Product: WebKit Reporter: Devin Rousso <hi>
Component: New BugsAssignee: Devin Rousso <hi>
Status: RESOLVED FIXED    
Severity: Normal CC: hi, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 223309, 223410    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
Patch none

Devin Rousso
Reported 2021-03-18 00:51:05 PDT
`$?` is a uniqued space-separated list of all prerequisites modified after the target was modified `$^` is a uniqued space-separated list of all prerequisites regardless of when the target/prerequisite was modified We want to use the latter since we always want to `cat` all the JS/CSS files, not just the recently edited ones.
Attachments
Patch (1.62 KB, patch)
2021-03-18 00:51 PDT, Devin Rousso
no flags
Patch (1.62 KB, patch)
2021-03-18 00:53 PDT, Devin Rousso
no flags
Devin Rousso
Comment 1 2021-03-18 00:51:34 PDT
Devin Rousso
Comment 2 2021-03-18 00:53:28 PDT
Yusuke Suzuki
Comment 3 2021-03-18 00:57:42 PDT
Comment on attachment 423567 [details] Patch Nice, r=me
EWS
Comment 4 2021-03-18 02:11:17 PDT
Committed r274625: <https://commits.webkit.org/r274625> All reviewed patches have been landed. Closing bug and clearing flags on attachment 423567 [details].
Radar WebKit Bug Importer
Comment 5 2021-03-18 02:12:15 PDT
Note You need to log in before you can comment on or make changes to this bug.