Bug 1858921 - Part 2: Move WasmStructObject inlinable allocation methods to new inlin...
[gecko.git] / servo / moz.build
blob7ca6de73a5c2586a6ab9ab80865f4d8596c37a0e
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 https://mozilla.org/MPL/2.0/.
7 with Files("**"):
8     BUG_COMPONENT = ("Firefox", "General")
10 with Files("components/style/**"):
11     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
13 with Files("components/style_derive/**"):
14     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
16 with Files("components/style_traits/**"):
17     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
19 with Files("components/selectors/**"):
20     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
22 with Files("components/to_shmem/**"):
23     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
25 with Files("ports/geckolib/**"):
26     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
28 with Files("tests/unit/style/**"):
29     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")