diff options
Diffstat (limited to 'dom/media/gtest/moz.build')
-rw-r--r-- | dom/media/gtest/moz.build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dom/media/gtest/moz.build b/dom/media/gtest/moz.build index ae059962c..512d0a087 100644 --- a/dom/media/gtest/moz.build +++ b/dom/media/gtest/moz.build @@ -1,5 +1,4 @@ # -*- 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/. @@ -28,11 +27,6 @@ UNIFIED_SOURCES += [ 'TestWebMBuffered.cpp', ] -if CONFIG['MOZ_EME']: - UNIFIED_SOURCES += [ - 'TestEME.cpp', - ] - if CONFIG['MOZ_WEBM_ENCODER']: UNIFIED_SOURCES += [ 'TestVideoTrackEncoder.cpp', |