| Index: tools/gn/secondary/skia/BUILD.gn
|
| diff --git a/tools/gn/secondary/skia/BUILD.gn b/tools/gn/secondary/skia/BUILD.gn
|
| index 0ce32ade25bb803800bc5376230b91d814b9f199..2bca7a8222b7e38f7b196c72c8b34fdf87b51a5a 100644
|
| --- a/tools/gn/secondary/skia/BUILD.gn
|
| +++ b/tools/gn/secondary/skia/BUILD.gn
|
| @@ -1340,9 +1340,6 @@ static_library("skia_opts_ssse3") {
|
| if (is_linux) {
|
| cflags = [ "-msse3" ]
|
| } else if (is_mac) {
|
| - assert(false, "TODO(brettw) write this")
|
| - # 'xcode_settings': {
|
| - # 'GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS': 'YES',
|
| - # },
|
| + cflags = [ "-mssse3" ] # Note the third 's'.
|
| }
|
| }
|
|
|