Commit a1db8da9 authored by Brian Salomon's avatar Brian Salomon Committed by Commit Bot

Revert "Compile Skia .mm files with C++17 support"

This reverts commit afc005c8.

Reason for revert: prefer https://chromium-review.googlesource.com/c/chromium/src/+/1937657

Original change's description:
> Compile Skia .mm files with C++17 support
> 
> Change-Id: Ied5a58752c15cee95ba053e39e1c31e06d09f361
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937649
> Reviewed-by: Brian Osman <brianosman@google.com>
> Commit-Queue: Brian Osman <brianosman@google.com>
> Cr-Commit-Position: refs/heads/master@{#719342}

TBR=bsalomon@google.com,brianosman@google.com

Change-Id: Iab3e82c4e3df4c4f52767a983cce234c794217fb
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937970Reviewed-by: default avatarBrian Salomon <bsalomon@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
Cr-Commit-Position: refs/heads/master@{#719346}
parent 2275d8bb
...@@ -199,9 +199,6 @@ config("skia_library_config") { ...@@ -199,9 +199,6 @@ config("skia_library_config") {
} else { } else {
cflags_cc = [ "-std=c++17" ] cflags_cc = [ "-std=c++17" ]
} }
if (is_mac) {
cflags_objcc = [ "-std=c++17" ]
}
} }
source_set("skcms") { source_set("skcms") {
...@@ -811,7 +808,6 @@ if (is_mac) { ...@@ -811,7 +808,6 @@ if (is_mac) {
cflags_objcc = [ cflags_objcc = [
"-Wno-unguarded-availability", "-Wno-unguarded-availability",
"-fobjc-arc", "-fobjc-arc",
"-std=c++17",
] ]
deps = [ deps = [
"//gpu/config:workaround_list", "//gpu/config:workaround_list",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment