gn format BUILD.gn

Change-Id: Ifd81cf84d0c9ea4ba7dbbec212961ebd7b18424c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/253361
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
This commit is contained in:
Mike Klein 2019-11-07 07:30:46 -06:00 committed by Skia Commit-Bot
parent cea290f9d5
commit 44649ca518

View File

@ -501,7 +501,7 @@ optional("gpu") {
deps += [ ":workaround_list" ]
}
if (!is_fuchsia) {
public_defines = [ "SK_GL", ]
public_defines = [ "SK_GL" ]
} else {
public_defines = []
}