Bug 1839316: part 5) Guard the "fetchpriority" attribute behind a pref. r=kershaw...
[gecko.git] / parser / prototype / moz.build
blob4a2ea437a8fe87f250211b3e9de7fbfeaecda312
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", "XML")
10 EXPORTS.mozilla.parser += [
11     "PrototypeDocumentParser.h",
15 UNIFIED_SOURCES += [
16     "PrototypeDocumentParser.cpp",
19 FINAL_LIBRARY = "xul"
21 LOCAL_INCLUDES += [
22     "../htmlparser",
23     "/dom/xul",