diff options
author | reed <reed@google.com> | 2014-09-22 07:29:03 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-22 07:29:03 -0700 |
commit | 4a8126e7f81384526629b1e21bf89b632ea13cd9 (patch) | |
tree | 9ee0776304de9dc98e48efc4943dd0fdc45db453 /gyp | |
parent | a29b5d8430ada72bc73b1e6e1b8f09e4b046b2ff (diff) |
Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)"
This reverts commit 29c857d0f3a1cb837f73406eeb6ba9771879b5e7.
TBR=
Author: reed@google.com
Review URL: https://codereview.chromium.org/588143004
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gmslides.gypi | 1 | ||||
-rw-r--r-- | gyp/skia_for_chromium_defines.gypi | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gyp/gmslides.gypi b/gyp/gmslides.gypi index fe9c5d959a..04301f4cf9 100644 --- a/gyp/gmslides.gypi +++ b/gyp/gmslides.gypi @@ -171,6 +171,7 @@ '../gm/strokerects.cpp', '../gm/strokes.cpp', '../gm/stroketext.cpp', + '../gm/surface.cpp', '../gm/tablecolorfilter.cpp', '../gm/texteffects.cpp', '../gm/testimagefilters.cpp', diff --git a/gyp/skia_for_chromium_defines.gypi b/gyp/skia_for_chromium_defines.gypi index f614cd324b..f24345545f 100644 --- a/gyp/skia_for_chromium_defines.gypi +++ b/gyp/skia_for_chromium_defines.gypi @@ -13,6 +13,7 @@ # If these become 'permanent', they should be moved into skia_common.gypi # 'skia_for_chromium_defines': [ + 'SK_SUPPORT_LEGACY_TEXTRENDERMODE', 'SK_SUPPORT_LEGACY_PUBLIC_IMAGEINFO_FIELDS', 'SK_IGNORE_PROPER_FRACTIONAL_SCALING', 'SK_SUPPORT_LEGACY_PICTURE_CLONE', |