moz.build (1003B)
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/. 6 7 TEST_DIRS += [ 8 "test/gtest", 9 ] 10 11 # Needed for plugin IPC types required by nsPluginHost 12 include("/ipc/chromium/chromium-config.mozbuild") 13 14 EXPORTS += [ 15 "DDLogCategory.h", 16 "DDLoggedTypeTraits.h", 17 "DDLogObject.h", 18 "DDLogValue.h", 19 "DecoderDoctorDiagnostics.h", 20 "DecoderDoctorLogger.h", 21 ] 22 23 UNIFIED_SOURCES += [ 24 "DDLifetime.cpp", 25 "DDLifetimes.cpp", 26 "DDLogCategory.cpp", 27 "DDLogMessage.cpp", 28 "DDLogObject.cpp", 29 "DDLogUtils.cpp", 30 "DDLogValue.cpp", 31 "DDMediaLog.cpp", 32 "DDMediaLogs.cpp", 33 "DDTimeStamp.cpp", 34 "DecoderDoctorDiagnostics.cpp", 35 "DecoderDoctorLogger.cpp", 36 ] 37 38 BROWSER_CHROME_MANIFESTS += ["test/browser/browser.toml"] 39 40 FINAL_LIBRARY = "xul"