Bug 1604100 [wpt PR 20784] - HtmlImportsRequestInitiatorLock: Check imports controlle...
[gecko.git] / view / moz.build
blob3e7bc5de0c5635529108bd20481fc4682c2d2f7e
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 include('/ipc/chromium/chromium-config.mozbuild')
22 FINAL_LIBRARY = 'xul'
24 CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS']