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 = ("Firefox", "Headless")
17 widget_dir = CONFIG["MOZ_WIDGET_TOOLKIT"]
20 "/widget/%s" % widget_dir,
24 "HeadlessClipboard.cpp",
25 "HeadlessClipboardData.cpp",
26 "HeadlessCompositorWidget.cpp",
27 "HeadlessScreenHelper.cpp",
32 if widget_dir == "gtk":
34 "HeadlessLookAndFeelGTK.cpp",
37 if CONFIG["MOZ_WIDGET_TOOLKIT"] == "cocoa":
39 "HeadlessKeyBindingsCocoa.mm",
43 "HeadlessKeyBindings.cpp",
46 include("/ipc/chromium/chromium-config.mozbuild")