gecko-dev/dom/interfaces/canvas/moz.build
Adrian Wielgosik ed00cb8c4e Bug 1440039 - Remove nsIDOMCanvasRenderingContext2D. r=qdot
MozReview-Commit-ID: GY3DdHAfQK2

--HG--
extra : rebase_source : 1fe021831984cb64cedd8c7eba486a0d29f7d66a
2018-02-21 20:49:07 +01:00

19 lines
535 B
Python

# -*- 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/.
with Files("**"):
BUG_COMPONENT = ("Core", "Canvas: 2D")
with Files("nsIDOMWebGLRenderingContext.idl"):
BUG_COMPONENT = ("Core", "Canvas: WebGL")
XPIDL_SOURCES += [
'nsIDOMWebGLRenderingContext.idl',
]
XPIDL_MODULE = 'dom_canvas'