2017-07-13 19:50:03 +00:00
|
|
|
# Copyright 2017 Google Inc.
|
|
|
|
#
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
2017-11-10 13:22:28 +00:00
|
|
|
flutter_defines = [
|
|
|
|
"SK_SUPPORT_LEGACY_IMAGE_ENCODE_API",
|
|
|
|
"SK_DISABLE_EXPLICIT_GPU_RESOURCE_ALLOCATION",
|
|
|
|
"SK_DISABLE_RENDER_TARGET_SORTING",
|
2018-01-09 21:44:16 +00:00
|
|
|
"SK_SUPPORT_LEGACY_RECTMAKELARGEST",
|
2017-11-10 13:22:28 +00:00
|
|
|
]
|