skia2/modules/canvaskit
Mike Klein c0bd9f9fe5 rewrite includes to not need so much -Ifoo
Current strategy: everything from the top

Things to look at first are the manual changes:

   - added tools/rewrite_includes.py
   - removed -Idirectives from BUILD.gn
   - various compile.sh simplifications
   - tweak tools/embed_resources.py
   - update gn/find_headers.py to write paths from the top
   - update gn/gn_to_bp.py SkUserConfig.h layout
     so that #include "include/config/SkUserConfig.h" always
     gets the header we want.

No-Presubmit: true
Change-Id: I73a4b181654e0e38d229bc456c0d0854bae3363e
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/209706
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Hal Canary <halcanary@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
2019-04-24 16:27:11 +00:00
..
canvaskit [CanvasKit] Add basic support for SkPicture 2019-04-05 17:14:55 +00:00
fonts [canvaskit] Move from experimental to modules 2019-03-11 21:09:52 +00:00
htmlcanvas [canvaskit] Make SkImageShader from SkImage 2019-04-04 13:42:41 +00:00
perf [canvaskit] Move from experimental to modules 2019-03-11 21:09:52 +00:00
tests [CanvasKit] Add basic support for SkPicture 2019-04-05 17:14:55 +00:00
.gitignore [canvaskit] Move from experimental to modules 2019-03-11 21:09:52 +00:00
canvaskit_bindings.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
CHANGELOG.md [CanvasKit] Add basic support for SkPicture 2019-04-05 17:14:55 +00:00
compile.sh rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
cpu.js [canvaskit] Move from experimental to modules 2019-03-11 21:09:52 +00:00
debug.js [canvaskit] Move from experimental to modules 2019-03-11 21:09:52 +00:00
externs.js [CanvasKit] Add basic support for SkPicture 2019-04-05 17:14:55 +00:00
gpu.js [canvaskit] Bump GPU resource cache to 256MB 2019-04-05 18:06:18 +00:00
helper.js [CanvasKit] Add basic support for SkPicture 2019-04-05 17:14:55 +00:00
interface.js [CanvasKit] Add basic support for SkPicture 2019-04-05 17:14:55 +00:00
karma.bench.conf.js [canvaskit] Move from experimental to modules 2019-03-11 21:09:52 +00:00
karma.conf.js [canvaskit] Move from experimental to modules 2019-03-11 21:09:52 +00:00
Makefile [canvaskit] Move from experimental to modules 2019-03-11 21:09:52 +00:00
package.json [canvaskit] Move from experimental to modules 2019-03-11 21:09:52 +00:00
particles_bindings.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
postamble.js [canvaskit] Move from experimental to modules 2019-03-11 21:09:52 +00:00
preamble.js [canvaskit] Move from experimental to modules 2019-03-11 21:09:52 +00:00
ready.js [canvaskit] Move from experimental to modules 2019-03-11 21:09:52 +00:00
release.js [canvaskit] Move from experimental to modules 2019-03-11 21:09:52 +00:00
serve.py [canvaskit] Move from experimental to modules 2019-03-11 21:09:52 +00:00
skottie_bindings.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
skottie.js [canvaskit] Move from experimental to modules 2019-03-11 21:09:52 +00:00
WasmAliases.h [canvaskit] adding drawAtlas to canvas API 2019-04-04 13:03:35 +00:00