features.gni 699 B

12345678910111213141516171819
  1. # Copyright 2019 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. declare_args() {
  5. # Enable experimental SkiaRenderer Dawn backend.
  6. skia_use_dawn = is_win && !is_official_build
  7. skia_use_gl = true
  8. # Enable gtests using SkiaRenderer Dawn.
  9. # TODO(rivr): Remove this and enable the tests by default once a software
  10. # path for D3D12 is available.
  11. enable_skia_dawn_gtests = false
  12. }
  13. # Skottie is not used on Android. To keep apk size small the skottie library is
  14. # excluded from the binary. At the time this comment was written, it adds ~200KB
  15. # to the APK.
  16. skia_support_skottie = !is_android