a3f70261cc
Change-Id: Id6541c346a13649c89ca3b9ccb13972976f9b973 Reviewed-on: https://skia-review.googlesource.com/105603 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@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",
|
|
]
|