aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2015-06-20 08:45:59 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-06-20 08:45:59 -0700
commitdab1f60d1240d74c7f96c117f8afb7ea455bff53 (patch)
treed475998d7c1cffef1a1f4032634995e182f9f746 /gyp
parent7b05ff11ebc51f3f3abd1c1756337a04f563537e (diff)
remove SK_SUPPORT_LEGACY_OPTIONLESS_GET_PIXELS (now in SkUserConfig.h)
BUG=skia: TBR= NOTRY=True Review URL: https://codereview.chromium.org/1200623003
Diffstat (limited to 'gyp')
-rw-r--r--gyp/skia_for_chromium_defines.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/gyp/skia_for_chromium_defines.gypi b/gyp/skia_for_chromium_defines.gypi
index bf5cbacd35..a148a83a01 100644
--- a/gyp/skia_for_chromium_defines.gypi
+++ b/gyp/skia_for_chromium_defines.gypi
@@ -13,7 +13,6 @@
# If these become 'permanent', they should be moved into skia_common.gypi
#
'skia_for_chromium_defines': [
- 'SK_SUPPORT_LEGACY_OPTIONLESS_GET_PIXELS',
'SK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS',
],
},