e6752606a3
This keeps the GN arguments in sync between stand-alone SkQP and CTS SkQP. Change-Id: I7e8b2ecf47de30555d0f050daa03549e5279a4cc Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197846 Commit-Queue: Hal Canary <halcanary@google.com> Commit-Queue: Ben Wagner <bungeman@google.com> Reviewed-by: Ben Wagner <bungeman@google.com> Auto-Submit: Hal Canary <halcanary@google.com>
20 lines
870 B
Python
20 lines
870 B
Python
# Copyright 2019 Google LLC.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
SkqpGnArgs = {
|
|
'extra_cflags': '[ "-DSK_ENABLE_DUMP_GPU", "-DSK_BUILD_FOR_SKQP" ]',
|
|
'skia_enable_fontmgr_android': 'false',
|
|
'skia_enable_fontmgr_empty': 'true',
|
|
'skia_enable_pdf': 'false',
|
|
'skia_enable_skottie': 'false',
|
|
'skia_skqp_global_error_tolerance': '8',
|
|
'skia_tools_require_resources': 'true',
|
|
'skia_use_dng_sdk': 'false',
|
|
'skia_use_expat': 'true',
|
|
'skia_use_icu': 'false',
|
|
'skia_use_libheif': 'false',
|
|
'skia_use_lua': 'false',
|
|
'skia_use_piex': 'false',
|
|
'skia_use_vulkan': 'true',
|
|
}
|