Bug 1839316: part 5) Guard the "fetchpriority" attribute behind a pref. r=kershaw...
[gecko.git] / docshell / moz.build
blobb60e0f66ad575a371e083db1b630b7967ef14869
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", "DOM: Navigation")
10 if CONFIG["MOZ_BUILD_APP"] == "browser":
11     DEFINES["MOZ_BUILD_APP_IS_BROWSER"] = True
13 DIRS += [
14     "base",
15     "shistory",
16     "build",
19 XPCSHELL_TESTS_MANIFESTS += [
20     "test/unit/xpcshell.ini",
21     "test/unit_ipc/xpcshell.ini",
24 MOCHITEST_MANIFESTS += [
25     "test/iframesandbox/mochitest.ini",
26     "test/mochitest/mochitest.ini",
27     "test/navigation/mochitest.ini",
30 MOCHITEST_CHROME_MANIFESTS += [
31     "test/chrome/chrome.ini",
34 BROWSER_CHROME_MANIFESTS += [
35     "test/browser/browser.ini",
36     "test/navigation/browser.ini",
39 TEST_HARNESS_FILES.testing.mochitest.tests.docshell.test.chrome += [
40     "test/chrome/215405_nocache.html",
41     "test/chrome/215405_nocache.html^headers^",
42     "test/chrome/215405_nostore.html",
43     "test/chrome/215405_nostore.html^headers^",
44     "test/chrome/allowContentRetargeting.sjs",
45     "test/chrome/blue.png",
46     "test/chrome/bug89419.sjs",
47     "test/chrome/red.png",