diff --git a/src/build/common.gypi b/src/build/common.gypi index 84e22f74d..d45022e9b 100644 --- a/src/build/common.gypi +++ b/src/build/common.gypi @@ -102,16 +102,6 @@ 'defines': [ 'WEBRTC_VIDEO_EXTERNAL_CAPTURE_AND_RENDER', ], - }, { - # Add more stringent warnings to the standalone build than - # provided by the Chromium common.gypi. - 'conditions': [ - ['OS=="linux"', { - 'cflags': [ - '-Wextra', - ], - }], - ], }], ], # conditions