mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
e165bae8a5
--HG-- rename : dom/src/offline/crashtests/408431-1.html => dom/offline/crashtests/408431-1.html rename : dom/src/offline/crashtests/crashtests.list => dom/offline/crashtests/crashtests.list rename : dom/src/offline/moz.build => dom/offline/moz.build rename : dom/src/offline/nsDOMOfflineResourceList.cpp => dom/offline/nsDOMOfflineResourceList.cpp rename : dom/src/offline/nsDOMOfflineResourceList.h => dom/offline/nsDOMOfflineResourceList.h
22 lines
529 B
Python
22 lines
529 B
Python
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
# vim: set filetype=python:
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
EXPORTS += [
|
|
'nsDOMOfflineResourceList.h',
|
|
]
|
|
UNIFIED_SOURCES += [
|
|
'nsDOMOfflineResourceList.cpp',
|
|
]
|
|
|
|
FAIL_ON_WARNINGS = True
|
|
|
|
LOCAL_INCLUDES += [
|
|
"/content/base/src",
|
|
"/dom/base",
|
|
]
|
|
|
|
FINAL_LIBRARY = 'xul'
|