Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / harfbuzz-ng / harfbuzz.gyp
index 77b0fee..6cfed65 100644 (file)
           'dependencies': [
             '../../third_party/icu/icu.gyp:icuuc',
           ],
+          'variables': {
+            'clang_warning_flags': [ '-Wno-unused-value', ],
+          },
           'conditions': [
-            ['clang==1', {
-              'xcode_settings': {
-                'WARNING_CFLAGS': [
-                  '-Wno-unused-value',
-                ],
-              },
-              'cflags': [
-                '-Wno-unused-value',
-              ]
-            }],
             ['OS=="win"', {
               # TODO(eae): C4267 on amd64. size_t -> int, size_t -> unsigned int
               'msvs_disabled_warnings': [4267, 4334],