Home | History | Annotate | Download | only in skqp
      1 # Copyright 2019 Google LLC.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 SkqpGnArgs = {
      5     'extra_cflags':                     '[ "-DSK_ENABLE_DUMP_GPU", "-DSK_BUILD_FOR_SKQP" ]',
      6     'skia_enable_fontmgr_android':      'false',
      7     'skia_enable_fontmgr_empty':        'true',
      8     'skia_enable_pdf':                  'false',
      9     'skia_enable_skottie':              'false',
     10     'skia_skqp_global_error_tolerance': '8',
     11     'skia_tools_require_resources':     'true',
     12     'skia_use_dng_sdk':                 'false',
     13     'skia_use_expat':                   'true',
     14     'skia_use_icu':                     'false',
     15     'skia_use_libheif':                 'false',
     16     'skia_use_lua':                     'false',
     17     'skia_use_piex':                    'false',
     18     'skia_use_vulkan':                  'true',
     19 }
     20