Corentin Wallez | 74cebd6 | 2019-11-26 18:21:51 +0000 | [diff] [blame] | 1 | # 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 |
| 16 | swiftshader_standalone = false |
| 17 | |
| 18 | # Path to SwiftShader |
| 19 | swiftshader_dir = "//third_party/swiftshader" |
| 20 | |
Dawn Autoroller | 2ed5c1c | 2021-12-21 19:14:52 +0000 | [diff] [blame] | 21 | # Forward to ozone_platform_x11 when inside Dawn's repository |
| 22 | import("../scripts/dawn_features.gni") |
| 23 | ozone_platform_x11 = dawn_use_x11 |