Bug 1687263: part 4) Defer and in some cases avoid removing spellchecking-ranges...
[gecko.git] / view / moz.build
blobadc79abcd6fe4ea2cc121bdb97dcff3186aa4412
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"]