Bug 1936278 - Prevent search mode chiclet from being dismissed when clicking in page...
[gecko.git] / dom / closewatcher / moz.build
blob64b5ad2cdb8bbf0a019d6d414007bd6309b65b8f
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", "DOM: Core & HTML")
10 EXPORTS.mozilla.dom += [
11     "CloseWatcher.h",
12     "CloseWatcherManager.h",
15 UNIFIED_SOURCES += [
16     "CloseWatcher.cpp",
17     "CloseWatcherManager.cpp",
20 include("/ipc/chromium/chromium-config.mozbuild")
22 FINAL_LIBRARY = "xul"