I have a patch that makes something like this happen: ERROR: Source/WebKit2/Configurations/FeatureDefines.xcconfig:0: Any changes made to FeatureDefines should be made to all of them (changed file does not match Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig). [featuredefines/equality] [5] ERROR: Source/WebKit2/Configurations/FeatureDefines.xcconfig:0: Any changes made to FeatureDefines should be made to all of them (changed file does not match Source/WebCore/Configurations/FeatureDefines.xcconfig). [featuredefines/equality] [5] ERROR: Source/WebKit2/Configurations/FeatureDefines.xcconfig:0: Any changes made to FeatureDefines should be made to all of them (changed file does not match Source/WebKit/mac/Configurations/FeatureDefines.xcconfig). [featuredefines/equality] [5] ...if you change only one of the FeatureDefines files. Andy recently got us to zero diffs, so we should keep it that way!
Created attachment 219267 [details] patch not sure how kosher the file list is (seems a bit unfortunate) but not sure how else to do it.
Attachment 219267 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Tools/ChangeLog', u'Tools/Scripts/webkitpy/style/checker.py', u'Tools/Scripts/webkitpy/style/checkers/featuredefines.py', '--commit-queue']" exit_code: 1 ERROR: Tools/Scripts/webkitpy/style/checkers/featuredefines.py:31: expected 2 blank lines, found 1 [pep8/E302] [5] ERROR: Tools/Scripts/webkitpy/style/checkers/featuredefines.py:62: no newline at end of file [pep8/W292] [5] Total errors found: 2 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 219268 [details] make stylebot happy :\
Comment on attachment 219268 [details] make stylebot happy :\ Clearing flags on attachment: 219268 Committed r160611: <http://trac.webkit.org/changeset/160611>
All reviewed patches have been landed. Closing bug.
I wish we could just push all that stuff into a header file.
*** Bug 38942 has been marked as a duplicate of this bug. ***