Files
tubestation/toolkit/system/windowsproxy/moz.build
Liang-Heng Chen f8f5ef6f82 Bug 1258977 - Part 2: add proxy exception tests; r=bagder
MozReview-Commit-ID: HS8Y41TtxvF
2016-05-26 14:48:27 +08:00

15 lines
437 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/.
TEST_DIRS += ['tests/gtest']
SOURCES += [
'nsWindowsSystemProxySettings.cpp',
'ProxyUtils.cpp'
]
FINAL_LIBRARY = 'xul'