| Index: tools/gn/secondary/skia/BUILD.gn
|
| diff --git a/tools/gn/secondary/skia/BUILD.gn b/tools/gn/secondary/skia/BUILD.gn
|
| index 4643cdc8842cbd9ec628655ed1359b83531a591f..e13bb5f46d239733699eedc816114c31d3adacbf 100644
|
| --- a/tools/gn/secondary/skia/BUILD.gn
|
| +++ b/tools/gn/secondary/skia/BUILD.gn
|
| @@ -1238,8 +1238,7 @@ if (component_mode == "static_library") {
|
| }
|
|
|
|
|
| -if (is_linux && !is_android) {
|
| - # TODO(brettw) && arch != "arm" && arch != "mipsel"
|
| +if (is_linux && (cpu_arch == "x86" || cpu_arch == "x64")) {
|
| sse_cflags = [ "-msse2" ]
|
| } else {
|
| sse_cflags = []
|
|
|