Override C++ standard to -std=gnu++11

Chromium switched to C++14 but WebRTC does not want to follow suit.
This enables the override added in
https://chromium-review.googlesource.com/c/596870

BUG=chromium:750683
NOTRY=True

Review-Url: https://codereview.webrtc.org/2992823002
Cr-Commit-Position: refs/heads/master@{#19207}
This commit is contained in:
oprypin 2017-08-02 01:26:18 -07:00 committed by Commit Bot
parent 8339e1a7aa
commit 28104eb31b

3
.gn
View File

@ -38,4 +38,7 @@ default_args = {
is_component_build = false
mac_sdk_min = "10.11"
# WebRTC does not want to switch to C++14 yet.
use_cxx11 = true
}