Bug 1931425 - Limit how often moz-label's #setStyles runs r=reusable-components-revie...
[gecko.git] / widget / gtk / wayland / moz.build
blob3e1bc4b2c21ea9775dfb9002e6f3f0521dcdd037
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", "Widget: Gtk")
10 SOURCES += [
11     "fractional-scale-v1-protocol.c",
12     "idle-inhibit-unstable-v1-protocol.c",
13     "linux-dmabuf-unstable-v1-protocol.c",
14     "pointer-constraints-unstable-v1-protocol.c",
15     "pointer-gestures-unstable-v1-protocol.c",
16     "relative-pointer-unstable-v1-protocol.c",
17     "viewporter-protocol.c",
18     "xdg-activation-v1-protocol.c",
19     "xdg-dbus-annotation-v1-protocol.c",
20     "xdg-output-unstable-v1-protocol.c",
21     "xx-color-management-v4.c",
24 EXPORTS.mozilla.widget += [
25     "fractional-scale-v1-client-protocol.h",
26     "idle-inhibit-unstable-v1-client-protocol.h",
27     "linux-dmabuf-unstable-v1-client-protocol.h",
28     "pointer-constraints-unstable-v1-client-protocol.h",
29     "pointer-gestures-unstable-v1-client-protocol.h",
30     "relative-pointer-unstable-v1-client-protocol.h",
31     "viewporter-client-protocol.h",
32     "xdg-activation-v1-client-protocol.h",
33     "xdg-dbus-annotation-v1-client-protocol.h",
34     "xdg-output-unstable-v1-client-protocol.h",
35     "xx-color-management-v4.h",
38 include("/ipc/chromium/chromium-config.mozbuild")
40 FINAL_LIBRARY = "xul"
42 CFLAGS += CONFIG["MOZ_GTK3_CFLAGS"]
43 CXXFLAGS += CONFIG["MOZ_GTK3_CFLAGS"]