Go to file
mtklein b9be979eae format GN files, and invert if->config to config->if
Both if (...) { config ... } else { config ... } and config { if (...) { ...}
else { ... } } work.  We just happen to do the if inside the config more often
than the other way around.

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

Review-Url: https://codereview.chromium.org/2347953002
2016-09-16 14:44:18 -07:00
animations
bench
bin
cmake
debugger
dm
example
experimental
fuzz
gm
gn format GN files, and invert if->config to config->if 2016-09-16 14:44:18 -07:00
gyp
include
infra
platform_tools
resources
samplecode
site
src Improve ColorStopOptimizer safety 2016-09-16 14:22:49 -07:00
tests
third_party
tools
.gitignore
.gn
AUTHORS
BUILD.gn format GN files, and invert if->config to config->if 2016-09-16 14:44:18 -07:00
codereview.settings
CONTRIBUTING
CQ_COMMITTERS
DEPS
Doxyfile
gyp_skia
gyp_skia.py
LICENSE
make.bat
make.py
Makefile
OWNERS
PRESUBMIT.py
public.bzl
README
README.chromium
skia.gyp
whitespace.txt

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

See full details, and build instructions, at https://skia.org.