Bug 1943514 - Close the RC sidebar panel when users opt out of/turn off Review Checke...
[gecko.git] / dom / media / driftcontrol / gtest / moz.build
blobd64576084132fd8a0acbda02417515332ac9317d
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 UNIFIED_SOURCES += [
8     "TestAudioChunkList.cpp",
9     "TestAudioDriftCorrection.cpp",
10     "TestAudioResampler.cpp",
11     "TestDriftController.cpp",
12     "TestDynamicResampler.cpp",
15 LOCAL_INCLUDES += [
16     "/dom/media",
17     "/dom/media/driftcontrol",
18     "/dom/media/gtest",
21 FINAL_LIBRARY = "xul-gtest"