no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / build / moz.build
blob9135208edbb32961a6a8da568426759beb7ba8b3
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     "nsLayoutStatics.h",
12 UNIFIED_SOURCES += [
13     "nsContentDLF.cpp",
14     "nsLayoutModule.cpp",
15     "nsLayoutStatics.cpp",
18 include("/ipc/chromium/chromium-config.mozbuild")
20 LOCAL_INCLUDES += [
21     "!/security/rlbox",
22     "../base",
23     "../forms",
24     "../generic",
25     "../inspector",
26     "../mathml",
27     "../painting",
28     "../style",
29     "../tables",
30     "../xul",
31     "/caps",
32     "/docshell/base",
33     "/dom/audiochannel",
34     "/dom/base",
35     "/dom/bindings",
36     "/dom/canvas",
37     "/dom/filesystem",
38     "/dom/geolocation",
39     "/dom/html",
40     "/dom/jsurl",
41     "/dom/media",
42     "/dom/storage",
43     "/dom/xslt/base",
44     "/dom/xslt/xml",
45     "/dom/xslt/xpath",
46     "/dom/xslt/xslt",
47     "/dom/xul",
48     "/editor/composer",
49     "/js/xpconnect/loader",
50     "/js/xpconnect/src",
51     "/netwerk/base",
52     "/netwerk/cookie",
53     "/parser/htmlparser",
54     "/toolkit/components/sessionstore",
55     "/view",
58 if CONFIG["MOZ_WIDGET_TOOLKIT"] == "windows":
59     LOCAL_INCLUDES += [
60         "/dom/system/windows",
61     ]
62 elif CONFIG["MOZ_WIDGET_TOOLKIT"] == "cocoa":
63     LOCAL_INCLUDES += [
64         "/dom/system/mac",
65     ]
66 elif CONFIG["MOZ_WIDGET_TOOLKIT"] == "android":
67     LOCAL_INCLUDES += [
68         "/dom/system",
69         "/dom/system/android",
70     ]
72 XPCOM_MANIFESTS += [
73     "components.conf",
76 FINAL_LIBRARY = "xul"