Bug 1472338: part 2) Change `clipboard.readText()` to read from the clipboard asynchr...
[gecko.git] / layout / build / moz.build
blobc7869a01a373d2708e7b467f6c287b44712679bd
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 EXPORTS += [
8     "nsContentDLF.h",
9     "nsLayoutCID.h",
10     "nsLayoutStatics.h",
13 UNIFIED_SOURCES += [
14     "nsContentDLF.cpp",
15     "nsLayoutModule.cpp",
16     "nsLayoutStatics.cpp",
19 include("/ipc/chromium/chromium-config.mozbuild")
21 LOCAL_INCLUDES += [
22     "!/security/rlbox",
23     "../base",
24     "../forms",
25     "../generic",
26     "../inspector",
27     "../mathml",
28     "../painting",
29     "../style",
30     "../tables",
31     "../xul",
32     "/caps",
33     "/docshell/base",
34     "/dom/audiochannel",
35     "/dom/base",
36     "/dom/bindings",
37     "/dom/canvas",
38     "/dom/filesystem",
39     "/dom/geolocation",
40     "/dom/html",
41     "/dom/jsurl",
42     "/dom/media",
43     "/dom/offline",
44     "/dom/storage",
45     "/dom/xslt/base",
46     "/dom/xslt/xml",
47     "/dom/xslt/xpath",
48     "/dom/xslt/xslt",
49     "/dom/xul",
50     "/editor/composer",
51     "/js/xpconnect/loader",
52     "/js/xpconnect/src",
53     "/netwerk/base",
54     "/netwerk/cookie",
55     "/parser/htmlparser",
56     "/toolkit/components/sessionstore",
57     "/view",
60 if CONFIG["MOZ_WIDGET_TOOLKIT"] == "windows":
61     LOCAL_INCLUDES += [
62         "/dom/system/windows",
63     ]
64 elif CONFIG["MOZ_WIDGET_TOOLKIT"] == "cocoa":
65     LOCAL_INCLUDES += [
66         "/dom/system/mac",
67     ]
68 elif CONFIG["MOZ_WIDGET_TOOLKIT"] == "android":
69     LOCAL_INCLUDES += [
70         "/dom/system",
71         "/dom/system/android",
72     ]
74 XPCOM_MANIFESTS += [
75     "components.conf",
78 FINAL_LIBRARY = "xul"