aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gn_to_bp_utils.py
Commit message (Collapse)AuthorAge
* remove SK_SUPPORT_LEGACY_BLURMASKFILTER from androidGravatar Mike Reed2018-03-14
| | | | | | | | Bug: skia: Change-Id: I8c29fe8ae7907a8309d90ef4474de8c4c75fc760 Reviewed-on: https://skia-review.googlesource.com/114478 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Reed <reed@google.com>
* hide SkBlurMaskFilter and SkBlurQualityGravatar Mike Reed2018-03-14
| | | | | | | | | | SK_SUPPORT_LEGACY_BLURMASKFILTER Bug: skia: Change-Id: Ic3e27e08e6e3cd2ffc1cd13b044e197bebc96236 Reviewed-on: https://skia-review.googlesource.com/113940 Commit-Queue: Mike Reed <reed@google.com> Reviewed-by: Florin Malita <fmalita@chromium.org>
* Add gn_to_bp script for SkQP.Gravatar Derek Sollenberger2018-02-02
This refactors the current gn_to_bp script and moves the common components into a utils class. Both gn_to_bp scripts now also accept an optional param (--gn <gn_path>) to make it easier to run within the Android tree where we don't have the DEPS synced. Change-Id: Idc4de7b3993e63e21a5b7137b1873d82a8e1843e Reviewed-on: https://skia-review.googlesource.com/102184 Commit-Queue: Derek Sollenberger <djsollen@google.com> Reviewed-by: Mike Klein <mtklein@google.com>