Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / flac / flac.gyp
index c5b99d6..e904613 100644 (file)
           'FLAC__NO_DLL',
         ],
       },
-      'conditions': [
-        ['clang == 1', {
-          'xcode_settings': {
-            'WARNING_CFLAGS': [
-              # libflac converts between FLAC__StreamDecoderState and
-              # FLAC__StreamDecoderInitStatus a lot in stream_decoder.c.
-              '-Wno-conversion',
-            ],
-          },
-          'cflags': [
-            '-Wno-conversion',
-          ],
-        }],
-      ],
+      'variables': {
+        'clang_warning_flags': [
+          # libflac converts between FLAC__StreamDecoderState and
+          # FLAC__StreamDecoderInitStatus a lot in stream_decoder.c.
+          '-Wno-conversion',
+        ],
+      },
     },
   ],
 }