moz.build (1042B)
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/. 6 7 with Files("**"): 8 BUG_COMPONENT = ("Firefox", "General") 9 10 with Files("components/style/**"): 11 BUG_COMPONENT = ("Core", "CSS Parsing and Computation") 12 13 with Files("components/style_derive/**"): 14 BUG_COMPONENT = ("Core", "CSS Parsing and Computation") 15 16 with Files("components/style_traits/**"): 17 BUG_COMPONENT = ("Core", "CSS Parsing and Computation") 18 19 with Files("components/selectors/**"): 20 BUG_COMPONENT = ("Core", "CSS Parsing and Computation") 21 22 with Files("components/to_shmem/**"): 23 BUG_COMPONENT = ("Core", "CSS Parsing and Computation") 24 25 with Files("ports/geckolib/**"): 26 BUG_COMPONENT = ("Core", "CSS Parsing and Computation") 27 28 with Files("tests/unit/style/**"): 29 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")