Brian Osman | f2c9014 | 2017-07-13 15:50:03 -0400 | [diff] [blame] | 1 | # Copyright 2017 Google Inc. |
| 2 | # |
| 3 | # Use of this source code is governed by a BSD-style license that can be |
| 4 | # found in the LICENSE file. |
Robert Phillips | 193de5d | 2017-11-10 08:22:28 -0500 | [diff] [blame] | 5 | flutter_defines = [ |
| 6 | "SK_SUPPORT_LEGACY_IMAGE_ENCODE_API", |
Robert Phillips | a3f7026 | 2018-02-08 10:59:38 -0500 | [diff] [blame] | 7 | "SK_DISABLE_EXPLICIT_GPU_RESOURCE_ALLOCATION", |
| 8 | "SK_DISABLE_RENDER_TARGET_SORTING", |
Mike Reed | 1af6daa | 2018-01-09 16:44:16 -0500 | [diff] [blame] | 9 | "SK_SUPPORT_LEGACY_RECTMAKELARGEST", |
Robert Phillips | 193de5d | 2017-11-10 08:22:28 -0500 | [diff] [blame] | 10 | ] |