diff options
author | tomhudson@google.com <tomhudson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-18 21:46:27 +0000 |
---|---|---|
committer | tomhudson@google.com <tomhudson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-18 21:46:27 +0000 |
commit | 899a24282883918ae350a2fa447a5d84e9925b3f (patch) | |
tree | cc455009df29b48cabf015895748b0eba3a4c444 /skia | |
parent | 7364282aa314f209fa8e7a51903c6e6447a23f6e (diff) | |
download | chromium_src-899a24282883918ae350a2fa447a5d84e9925b3f.zip chromium_src-899a24282883918ae350a2fa447a5d84e9925b3f.tar.gz chromium_src-899a24282883918ae350a2fa447a5d84e9925b3f.tar.bz2 |
Re-enable SK_RESTRICT, which applies the __restrict__ keyword to some pointers in Skia.
Review URL: http://codereview.chromium.org/7399024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92901 0039d316-1c4b-4281-b951-d872f2087c98
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', |