| Index: tools/gn/secondary/skia/BUILD.gn
|
| diff --git a/tools/gn/secondary/skia/BUILD.gn b/tools/gn/secondary/skia/BUILD.gn
|
| index 89b4911f024ba859e31fdc0f28d880de0d64e9ec..b51feb215b4c911dbeedb0db5112e5652739d2c3 100644
|
| --- a/tools/gn/secondary/skia/BUILD.gn
|
| +++ b/tools/gn/secondary/skia/BUILD.gn
|
| @@ -40,7 +40,7 @@ config("skia_config") {
|
| ]
|
| defines += "SK_SUPPORT_GPU=1"
|
| } else {
|
| - defines = "SK_SUPPORT_GPU=0"
|
| + defines += "SK_SUPPORT_GPU=0"
|
| }
|
|
|
| # For POSIX platforms, prefer the Mutex implementation provided by Skia
|
|
|