skia2/tools/bookmaker
Mike Klein 84836b799a moar static flags
Like any normal variable, flags can be made file-scoped static,
and like any normal variable, mostly they should be if they can.

This CL converts most flags to be static, if only so that the
ones that do cross files stand out more clearly, and so that
there's more examples of static flags through the codebase for
people to ape.

Change-Id: Ibb5ddd7aa09fce073d0996ac3ef0487b078b7d79
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/202800
Commit-Queue: Mike Klein <mtklein@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Auto-Submit: Mike Klein <mtklein@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-03-21 17:07:13 +00:00
..
bmhParser.cpp fix docs for fitsInBytes 2019-03-01 16:48:59 +00:00
bmhParser.h remove Sk prefix from CommandLineFlags 2019-03-20 17:13:22 +00:00
bookmaker.cpp moar static flags 2019-03-21 17:07:13 +00:00
bookmaker.h bookmaker does deprecated 2018-11-15 14:08:45 +00:00
cataloger.cpp Convert bookmaker to SkJSON 2019-02-06 15:08:32 +00:00
definition.cpp Update bookmaker 2018-11-29 18:17:30 +00:00
definition.h bookmaker error handling 2018-11-16 20:30:18 +00:00
fiddleParser.cpp Convert bookmaker to SkJSON 2019-02-06 15:08:32 +00:00
fiddleParser.h refactor bookmaker 2018-11-01 13:58:32 +00:00
hackParser.cpp bookmaker does deprecated 2018-11-15 14:08:45 +00:00
includeParser.cpp Convert bookmaker to SkJSON 2019-02-06 15:08:32 +00:00
includeParser.h Update bookmaker 2018-11-29 18:17:30 +00:00
includeWriter.cpp bookmaker: Remove fflush() on closed file 2019-02-11 18:00:22 +00:00
includeWriter.h refactor bookmaker 2018-11-01 13:58:32 +00:00
mdOut.cpp bookmaker: Remove fflush() on closed file 2019-02-11 18:00:22 +00:00
mdOut.h Update bookmaker 2018-11-29 18:17:30 +00:00
parserCommon.cpp bookmaker: Remove fflush() on closed file 2019-02-11 18:00:22 +00:00
parserCommon.h Convert bookmaker to SkJSON 2019-02-06 15:08:32 +00:00
selfCheck.cpp bookmaker does deprecated 2018-11-15 14:08:45 +00:00
selfCheck.h refactor bookmaker 2018-11-01 13:58:32 +00:00
spellCheck.cpp remove Sk prefix from CommandLineFlags 2019-03-20 17:13:22 +00:00
textParser.cpp Update bookmaker 2018-11-29 18:17:30 +00:00
textParser.h Fix occurrences of "-Wextra-semi-stmt" 2018-11-30 23:23:09 +00:00