Bug 1807268 - Fix verifyOpenAllInNewTabsOptionTest UI test r=ohorvath
[gecko.git] / uriloader / prefetch / moz.build
blob8185124da0217b0efedd45b18bcbea844fcea92f
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", "Networking: Cache")
10 XPIDL_SOURCES += [
11     "nsIPrefetchService.idl",
14 XPIDL_MODULE = "prefetch"
16 UNIFIED_SOURCES += [
17     "nsPrefetchService.cpp",
20 include("/ipc/chromium/chromium-config.mozbuild")
22 FINAL_LIBRARY = "xul"
24 LOCAL_INCLUDES += [
25     "/dom/base",