summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/gtest/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /media/libstagefright/gtest/moz.build
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'media/libstagefright/gtest/moz.build')
-rw-r--r--media/libstagefright/gtest/moz.build49
1 files changed, 49 insertions, 0 deletions
diff --git a/media/libstagefright/gtest/moz.build b/media/libstagefright/gtest/moz.build
new file mode 100644
index 000000000..15d91dc94
--- /dev/null
+++ b/media/libstagefright/gtest/moz.build
@@ -0,0 +1,49 @@
+# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
+# vim: set filetype=python:
+# 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/.
+
+Library('stagefright_gtest')
+
+SOURCES += [
+ 'TestInterval.cpp',
+ 'TestParser.cpp',
+]
+
+TEST_HARNESS_FILES.gtest += [
+ 'test_case_1156505.mp4',
+ 'test_case_1181213.mp4',
+ 'test_case_1181215.mp4',
+ 'test_case_1181220.mp4',
+ 'test_case_1181223.mp4',
+ 'test_case_1181719.mp4',
+ 'test_case_1185230.mp4',
+ 'test_case_1187067.mp4',
+ 'test_case_1200326.mp4',
+ 'test_case_1204580.mp4',
+ 'test_case_1216748.mp4',
+ 'test_case_1296473.mp4',
+ 'test_case_1296532.mp4',
+ 'test_case_1301065-harder.mp4',
+ 'test_case_1301065-i64max.mp4',
+ 'test_case_1301065-i64min.mp4',
+ 'test_case_1301065-max-ez.mp4',
+ 'test_case_1301065-max-ok.mp4',
+ 'test_case_1301065-overfl.mp4',
+ 'test_case_1301065-u32max.mp4',
+ 'test_case_1301065-u64max.mp4',
+ 'test_case_1301065.mp4',
+ 'test_case_1351094.mp4',
+]
+
+if CONFIG['MOZ_RUST']:
+ UNIFIED_SOURCES += ['TestMP4Rust.cpp',]
+ TEST_HARNESS_FILES.gtest += [
+ '../../../dom/media/test/street.mp4',
+ ]
+ LOCAL_INCLUDES += [
+ '../binding/include',
+ ]
+
+FINAL_LIBRARY = 'xul-gtest'