commit | b9be979eaecebcb5350efae46e6555188e7c3a78 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Fri Sep 16 14:44:18 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Sep 16 14:44:18 2016 -0700 |
tree | b4aa1080bd16c9f7ccd619c1aa2ed21d7ab6ca24 | |
parent | 54d9b6688d3f023c40726c0ea1ab2629e54ab306 [diff] |
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