moz.build (711B)
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 SOURCES += [ 8 "WidevineFileIO.cpp", 9 "WidevineUtils.cpp", 10 "WidevineVideoFrame.cpp", 11 ] 12 13 EXPORTS += [ 14 "content_decryption_module.h", 15 "content_decryption_module_export.h", 16 "content_decryption_module_ext.h", 17 "WidevineFileIO.h", 18 "WidevineUtils.h", 19 "WidevineVideoFrame.h", 20 ] 21 22 FINAL_LIBRARY = "xul" 23 24 LOCAL_INCLUDES += [ 25 "/dom/media/gmp", 26 ] 27 28 include("/ipc/chromium/chromium-config.mozbuild")