gecko/dom/canvas/test/moz.build
Jeff Gilbert d23fbb7282 Bug 1064432 - Add mochitest-webgl.ini unified mochitest manifest. - r=kamidphish
--HG--
rename : dom/canvas/test/webgl-mochitest/mochitest.ini => dom/canvas/test/webgl-mochitest.ini
2014-09-22 13:08:51 -07:00

14 lines
478 B
Python

# -*- Mode: python; c-basic-offset: 4; 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/.
MOCHITEST_MANIFESTS += [
'crossorigin/mochitest.ini',
'mochitest-subsuite-webgl.ini',
'mochitest.ini',
]
MOCHITEST_CHROME_MANIFESTS += ['chrome/chrome.ini']