diff options
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 4b84d5f..a4b53af 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -762,14 +762,6 @@ '../third_party/skia/src/opts/opts_check_SSE2.cpp' ], }], - ['clang==1', { - 'defines': [ - # Remove all use of __restrict__ -- skia uses it incorrectly, - # and clang is more strict about it. - # http://code.google.com/p/skia/issues/detail?id=63 - 'SK_RESTRICT=', - ], - }], [ 'toolkit_uses_gtk == 1', { 'dependencies': [ '../build/linux/system.gyp:gdk', |