Backed out 10 changesets (bug 1803810) for xpcshell failures on test_import_global...
[gecko.git] / view / moz.build
blob80cd6b09312f74da7b1b74d24bebee4cfb48ecb6
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 LOCAL_INCLUDES += [
25     "/gfx/cairo/cairo/src",