1af6daa832
Bug: skia: Change-Id: I73b6045aa17c7a38fcbd3245be926a5097d165ee Reviewed-on: https://skia-review.googlesource.com/92684 Reviewed-by: Mike Reed <reed@google.com>
11 lines
321 B
Plaintext
11 lines
321 B
Plaintext
# Copyright 2017 Google Inc.
|
|
#
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
flutter_defines = [
|
|
"SK_SUPPORT_LEGACY_IMAGE_ENCODE_API",
|
|
"SK_DISABLE_EXPLICIT_GPU_RESOURCE_ALLOCATION",
|
|
"SK_DISABLE_RENDER_TARGET_SORTING",
|
|
"SK_SUPPORT_LEGACY_RECTMAKELARGEST",
|
|
]
|