[go: nahoru, domu]

blob: 894e8f616ce516a44e65149fe1381d8a751f66a5 [file] [log] [blame]
Sean Gilhuly86026152019-11-06 16:00:161# 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
5declare_args() {
6 # Enable experimental SkiaRenderer Dawn backend.
Sean Gilhuly6f3e0eb42020-07-09 18:46:317 skia_use_dawn = is_win && !is_official_build
John Rosascoed5faa82019-11-12 19:29:528 skia_use_gl = true
Sean Gilhuly6f3e0eb42020-07-09 18:46:319
10 # Enable gtests using SkiaRenderer Dawn.
11 # TODO(sgilhuly): Remove this and enable the tests by default once a software
12 # path for D3D12 is available.
13 enable_skia_dawn_gtests = false
Sean Gilhuly86026152019-11-06 16:00:1614}