blob: dc3579b18eed16d7edbbf99cc403db4acb55df7b [file] [log] [blame]
Corentin Wallez74cebd62019-11-26 18:21:51 +00001# Copyright 2019 The Dawn Authors
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# We are building SwiftShader inside Dawn
16swiftshader_standalone = false
17
18# Path to SwiftShader
19swiftshader_dir = "//third_party/swiftshader"
20
Dawn Autoroller2ed5c1c2021-12-21 19:14:52 +000021# Forward to ozone_platform_x11 when inside Dawn's repository
22import("../scripts/dawn_features.gni")
23ozone_platform_x11 = dawn_use_x11