Bug 1936278 - Prevent search mode chiclet from being dismissed when clicking in page...
[gecko.git] / dom / view-transitions / moz.build
blobc22835004657ff31d2e81c402f8615bbc509abb8
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", "CSS Parsing and Computation")
10 EXPORTS.mozilla.dom += [
11     "ViewTransition.h",
14 UNIFIED_SOURCES += [
15     "ViewTransition.cpp",
18 FINAL_LIBRARY = "xul"