DescriptionSort project headers in a case-sensitive way since PRESUBMIT enforces that
The PRESUBMIT check requires that the lines:
#include "third_party/WebKit/...h"
#include "third_party/skia/...h"
be sorted in that order, which requires doing a case-sensitive sort. sort-headers.py was
changed to do a case-insensitive sort in r139294 to avoid shuffling system header includes
like these:
#include <uxtheme.h>
#include <Vssym32.h>
This preserves that behavior only for system-style includes (those with <>).
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=187945
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|