aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2014-06-03 05:31:00 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-03 05:31:01 -0700
commit9b4353c845e1243a9c883d7ef3cd3421eeb34daf (patch)
tree63cbadae9cd104133c73549d7f39594b53286e2d
parentda23e58b6de34c791f0c591ca678b6b135e07517 (diff)
remove unneeded flags
TBR= Author: reed@google.com Review URL: https://codereview.chromium.org/316463002
-rw-r--r--gyp/skia_for_chromium_defines.gypi3
1 files changed, 0 insertions, 3 deletions
diff --git a/gyp/skia_for_chromium_defines.gypi b/gyp/skia_for_chromium_defines.gypi
index e9003cdf27..99472de37d 100644
--- a/gyp/skia_for_chromium_defines.gypi
+++ b/gyp/skia_for_chromium_defines.gypi
@@ -14,13 +14,10 @@
#
'skia_for_chromium_defines': [
'SK_SUPPORT_LEGACY_GETTOPDEVICE',
- 'SK_SUPPORT_LEGACY_ASIMAGEINFO',
'SK_SUPPORT_LEGACY_SETCONFIG_INFO',
'SK_SUPPORT_LEGACY_DEVICE_CONFIG',
'SK_SUPPORT_LEGACY_N32_NAME',
'SK_IGNORE_CORRECT_HIGH_QUALITY_IMAGE_SCALE',
- 'SK_SUPPORT_LEGACY_INSTALLPIXELSPARAMS',
- 'SK_SUPPORT_LEGACY_IMAGEGENERATORAPI',
'SK_IGNORE_ETC1_SUPPORT',
],
},