skia2/gn
Mike Klein 89eda8a5e3 Streamline skia.h construction.
This moves the work of finding headers from `gn gen` time into the action itself.  We can do this safely now because we're constructing a skia.h.d deps file, which Ninja uses to track if-these-are-dirty-then-this-is-dirty relationships.  Everything can now live in one handy find_headers.py.

Upshot is, `gn gen` runs ~50ms faster, and I think the code's clearer this way too.

BUG=skia:

GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4065

Change-Id: I2f1e7adf68be8e961eb77596786a795134bbb9a6
Reviewed-on: https://skia-review.googlesource.com/4065
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Mike Klein <mtklein@chromium.org>
2016-11-03 17:28:39 +00:00
..
android_framework_defines.gni Remove SK_SUPPORT_LEGACY_SHADER_ASALOCALMATRIXSHADER 2016-11-02 21:20:43 +00:00
ar.py Build for Android from Windows, work in progress. 2016-10-26 14:37:43 +00:00
bench.gni Create .gni files for samples, tests, gms, and benches. 2016-10-27 18:14:06 +00:00
BUILD.gn For debug builds, -O0 by default, adding -O1 only on bots. 2016-11-02 16:12:12 +00:00
BUILDCONFIG.gn GN: spin off :no_exceptions as its own config. 2016-10-26 17:08:53 +00:00
core.gni gypi -> gni: core, effects, android framework defines 2016-10-26 21:44:49 +00:00
cp.py GN: get Angle compiling on Windows. 2016-10-17 16:16:16 +00:00
effects.gni Add SkShadowMaskFilter 2016-10-31 20:29:30 +00:00
find_headers.py Streamline skia.h construction. 2016-11-03 17:28:39 +00:00
gm.gni Draw Alpha8 + color filter correctly in software 2016-10-31 14:42:52 +00:00
gn_helpers.py Basic standalone GN configs. 2016-07-21 12:25:45 -07:00
gn_to_cmake.py Add support for lib_dirs to gn_to_cmake.py. 2016-10-28 15:07:10 +00:00
gpu.gni Rename GrDrawContext to GrRenderTargetContext 2016-10-27 19:14:09 +00:00
gypi_to_gn.py Add executable bit and shebang to python files 2016-08-18 04:36:25 -07:00
is_clang.py GN: match shell behavior for cc and cxx in is_clang.py 2016-09-27 09:29:24 -07:00
opts.gni opts.gypi -> opts.gni 2016-10-26 23:23:09 +00:00
pdf.gni Start inverting GN reading .gypis to GYP reading .gnis. 2016-10-26 17:47:00 +00:00
samples.gni Create .gni files for samples, tests, gms, and benches. 2016-10-27 18:14:06 +00:00
shared_sources.gni opts.gypi -> opts.gni 2016-10-26 23:23:09 +00:00
sksl.gni Split SkSL and utils apart again into .gni files. 2016-10-26 18:56:37 +00:00
tests.gni SkFixed15 2016-10-31 13:41:39 +00:00
utils.gni Split SkSL and utils apart again into .gni files. 2016-10-26 18:56:37 +00:00