Bug 1492664 - use correct path in l10n artifact-references; a=bustage CLOSED TREE
[gecko.git] / servo / moz.build
blobe49f6d5f905aaddf25ae032a3bc72ac956761b7b
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("ports/geckolib/**"):
23     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
25 with Files("tests/unit/style/**"):
26     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")