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/.
8 BUG_COMPONENT = ("Core", "Widget: Gtk")
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")
42 CFLAGS += CONFIG["MOZ_GTK3_CFLAGS"]
43 CXXFLAGS += CONFIG["MOZ_GTK3_CFLAGS"]