Bug 1890793: Assert CallArgs::newTarget is not gray. r=spidermonkey-reviewers,sfink...
[gecko.git] / layout / media / moz.build
blob74f498ce4ebf935554ce886612c54ec65b2bf9af
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 with Files("**"):
8     BUG_COMPONENT = ("Core", "Audio/Video")
10 # media/webrtc/signaling/test/common.build uses the gkmedias library,
11 # expecting at least some of what it contains to be linked, but not libxul,
12 # so we need to keep an independent pseudo-library, as well as the OS_LIBS
13 # on Windows for them to propagate there.
14 Library("gkmedias")
16 FINAL_LIBRARY = "xul"
18 if CONFIG["MOZ_WEBRTC"]:
19     DIRS += ["webrtc"]
21 if CONFIG["OS_TARGET"] == "WINNT":
22     OS_LIBS += [
23         "usp10",
24         "ole32",
25         "msimg32",
26         "winmm",
27     ]