gecko-dev/dom/canvas/gtest/moz.build
Jeff Gilbert d401ac72c1 Bug 1339256 - Simplify index validation. - r=kvark
MozReview-Commit-ID: 4FALdIyhBP8
2017-03-09 18:57:43 -08:00

20 lines
517 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')
UNIFIED_SOURCES += [
'TestImageBitmapColorUtils.cpp',
]
LOCAL_INCLUDES += [
'/dom/canvas',
'/media/libyuv/libyuv/include'
]
FINAL_LIBRARY = 'xul-gtest'