DescriptionMake presubmit ignore files that end in _autogen.h
The GPU code generates relatively complicated code.
We generate that code and check in the generated files
to make it easy to use codereview to see what was generated
makes sense.
Unfortunately, keeping the generator always generating
lint error free code is hard. We mark lines that have issues
with // NOLINT but that feature has apparently been removed
from our lint so instead we'd just like to have presubmit
ignore *_autogen.h files.
R=maruel@chromium.org
BUG=none
TEST=checked that it did indeed exclude *_autogen.h files
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=126542
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|