Remove outdated compiler restrictions.
authorDerek Sollenberger <djsollen@google.com>
Wed, 16 Jul 2014 19:20:01 +0000 (15:20 -0400)
committerDerek Sollenberger <djsollen@google.com>
Wed, 16 Jul 2014 19:20:01 +0000 (15:20 -0400)
R=scroggo@google.com

Review URL: https://codereview.chromium.org/394263002

gyp/common_conditions.gypi

index d03dfb0..2e8bf3c 100644 (file)
           '-Winit-self',
           '-Wpointer-arith',
 
+          '-Wno-c++11-extensions',
           '-Wno-unused-parameter',
         ],
         'cflags_cc': [
               }],
             ],
           }],
-          [ 'skia_android_framework==0', {
-            'cflags': [
-              # This flag is not supported by Android build system.
-              '-Wno-c++11-extensions',
-            ],
-          }],
           [ 'skia_warnings_as_errors', {
             'cflags': [
               '-Werror',
         '-mthumb',
         '-mfpu=neon',
         '-mfloat-abi=softfp',
-        # This flag is not supported by Android build system.
-        '-Wno-c++11-extensions',
         '-fno-exceptions',
         '-fstrict-aliasing',
         # Remove flags to turn on warnings, since most people building Android