summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-24 12:51:19 +0000
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-24 12:51:19 +0000
commit2eb50d59dad21fd318afe5bab6bd0f16bbaf942c (patch)
tree9c26ce416c7baee30ccd8260e30a1f95235a9f73
parent056997d2223b23b49f682e627fe94c77a358831f (diff)
downloadgyp-2eb50d59dad21fd318afe5bab6bd0f16bbaf942c.tar.gz
Remove 2 SkPicture-related flags Chrome should be able to live without
R=bsalomon@google.com TBR=bsalomon@google.com Author: robertphillips@google.com Review URL: https://codereview.chromium.org/252403003 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@14347 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--skia_for_chromium_defines.gypi2
1 files changed, 0 insertions, 2 deletions
diff --git a/skia_for_chromium_defines.gypi b/skia_for_chromium_defines.gypi
index cc442ba..e4903fb 100644
--- a/skia_for_chromium_defines.gypi
+++ b/skia_for_chromium_defines.gypi
@@ -15,10 +15,8 @@
'skia_for_chromium_defines': [
'SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS=1',
'SK_SUPPORT_LEGACY_GETTOPDEVICE',
- 'SK_SUPPORT_LEGACY_DERIVED_PICTURE_CLASSES',
'SK_SUPPORT_LEGACY_N32_NAME',
'SK_SUPPORT_LEGACY_PROCXFERMODE',
- 'SK_SUPPORT_LEGACY_PICTURE_HEADERS',
],
},
}