diff --git a/cef1/cef.gypi b/cef1/cef.gypi index 3aaf3e4d3..50dfc885c 100644 --- a/cef1/cef.gypi +++ b/cef1/cef.gypi @@ -21,15 +21,6 @@ }], ] }, 'conditions': [ - ['OS=="mac" and clang==1', { - 'target_defaults': { - 'xcode_settings': { - # Temporary workaround for an Xcode 4 build error. This can be - # removed with the next Chromium update. See crbug.com/156530. - 'WARNING_CFLAGS': ['-Wno-unknown-warning-option'], - }, - }, - }], ['os_posix==1 and OS!="mac" and OS!="android"', { 'target_defaults': { 'cflags_cc': ['-Wno-deprecated-declarations'],