From 7bd42e39acce9accf852cbb7000895b1c388ec27 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Tue, 15 Jan 2013 22:46:40 +0000 Subject: [PATCH] Merge revision 991 changes: - Mac: Remove temporary workaround for an Xcode 4 build error. git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@993 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- cef3/cef.gypi | 9 --------- 1 file changed, 9 deletions(-) diff --git a/cef3/cef.gypi b/cef3/cef.gypi index c0d8507f0..6cfe6b3b6 100644 --- a/cef3/cef.gypi +++ b/cef3/cef.gypi @@ -19,15 +19,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'],