Bug 1815516 - extend expiration of test variant conditioned-profile. r=suhaib
[gecko.git] / gfx / angle / moz.build
blob08c5b40380dee0b42a367444a6a9ea387fea0894
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 DIRS += ["targets/translator"]
9 # Only build libEGL/libGLESv2 on Windows
10 if CONFIG["MOZ_WIDGET_TOOLKIT"] == "windows":
11     DIRS += ["targets/libEGL", "targets/libGLESv2"]
13 if CONFIG["MOZ_ANGLE_RENDERER"] and CONFIG["MOZ_D3DCOMPILER_VISTA_DLL_PATH"]:
14     FINAL_TARGET_FILES += [
15         "%" + CONFIG["MOZ_D3DCOMPILER_VISTA_DLL_PATH"],
16     ]