Bug 1527719 [wpt PR 15359] - Update wpt metadata, a=testonly
[gecko.git] / view / moz.build
blobd91234a6fc8ac3f6ed96e984df4547d7497aa4db
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 with Files('**'):
8     BUG_COMPONENT = ('Core', 'Web Painting')
10 EXPORTS += [
11     'nsView.h',
12     'nsViewManager.h',
15 UNIFIED_SOURCES += [
16     'nsView.cpp',
17     'nsViewManager.cpp',
20 FINAL_LIBRARY = 'xul'
22 CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS']