aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/common_conditions.gypi
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2014-06-16 15:18:25 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-16 15:18:25 -0700
commit0349864b75317ba66232df827e84ef7c25e34cfe (patch)
tree2c090de5d5f33e0f02f8951b63f921a34d9ebb10 /gyp/common_conditions.gypi
parent90c471e73fb0bd09aef8ad1e3f0842e5d46fb342 (diff)
remove SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE -- not needed
BUG=skia: R=scroggo@google.com Author: reed@google.com Review URL: https://codereview.chromium.org/332163005
Diffstat (limited to 'gyp/common_conditions.gypi')
-rw-r--r--gyp/common_conditions.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index 2f607652ae..d1b7144b22 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -339,7 +339,6 @@
'SK_MUTEX_PLATFORM_H "../../src/ports/SkMutex_pthread.h"',
# Still need to switch Android to the new name for N32.
'kNative_8888_SkColorType kN32_SkColorType',
- 'SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE',
# Needed until we fix skbug.com/2440.
'SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG',
# Transitional, for deprecated SkCanvas::SaveFlags methods.