Bug 1728955: part 5) Add missing `// static` comment to `nsClipboard::CreateNativeDat...
[gecko.git] / view / moz.build
blob12885cf0cd9e355b5a2e23ac86ab74719f235611
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",
28 REQUIRES_UNIFIED_BUILD = True