Bug 1839316: part 5) Guard the "fetchpriority" attribute behind a pref. r=kershaw...
[gecko.git] / docshell / shistory / moz.build
blobf3b86c207bc6a1cf8fe2eee274c8cecc4e77992b
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 XPIDL_SOURCES += [
8     "nsIBFCacheEntry.idl",
9     "nsISHEntry.idl",
10     "nsISHistory.idl",
11     "nsISHistoryListener.idl",
14 XPIDL_MODULE = "shistory"
16 EXPORTS += [
17     "nsSHEntry.h",
18     "nsSHEntryShared.h",
19     "nsSHistory.h",
22 EXPORTS.mozilla.dom += [
23     "ChildSHistory.h",
24     "SessionHistoryEntry.h",
27 UNIFIED_SOURCES += [
28     "ChildSHistory.cpp",
29     "nsSHEntry.cpp",
30     "nsSHEntryShared.cpp",
31     "nsSHistory.cpp",
32     "SessionHistoryEntry.cpp",
35 LOCAL_INCLUDES += [
36     "/docshell/base",
37     "/dom/base",
40 FINAL_LIBRARY = "xul"
42 include("/ipc/chromium/chromium-config.mozbuild")