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 = [
|
2018-02-08 15:59:38 +00:00
|
|
|
"SK_DISABLE_EXPLICIT_GPU_RESOURCE_ALLOCATION",
|
|
|
|
"SK_DISABLE_RENDER_TARGET_SORTING",
|
2018-04-26 12:50:12 +00:00
|
|
|
"SK_DONT_OPTIMIZE_SRC_PROFILES_FOR_SPEED",
|
|
|
|
"SK_DONT_OPTIMIZE_DST_PROFILES_FOR_SPEED",
|
2017-11-10 13:22:28 +00:00
|
|
|
]
|