diff options
Diffstat (limited to 'media/gmp-clearkey/0.1/gtest/moz.build')
-rw-r--r-- | media/gmp-clearkey/0.1/gtest/moz.build | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/media/gmp-clearkey/0.1/gtest/moz.build b/media/gmp-clearkey/0.1/gtest/moz.build deleted file mode 100644 index 22a61d280e..0000000000 --- a/media/gmp-clearkey/0.1/gtest/moz.build +++ /dev/null @@ -1,14 +0,0 @@ -# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -UNIFIED_SOURCES += [ - 'TestClearKeyUtils.cpp', -] - -FINAL_LIBRARY = 'xul-gtest' - -LOCAL_INCLUDES += [ - '..', -] |