gecko-dev/toolkit/components/url-classifier/tests/gtest/moz.build
Henry Chang cb6368734e Bug 1179301 - Restrict the SafeBrowsingHash size and make toUint32/fromUint32 more robust. r=gcp
MozReview-Commit-ID: EPQLeuab42W

--HG--
extra : rebase_source : d1e4f85a76e7766120c403192a956cfb579538a2
2016-08-18 14:42:13 +08:00

18 lines
503 B
Python

# -*- Mode: python; 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/.
LOCAL_INCLUDES += [
'../..',
]
UNIFIED_SOURCES += [
'TestChunkSet.cpp',
'TestSafebrowsingHash.cpp',
'TestSafeBrowsingProtobuf.cpp',
'TestUrlClassifierUtils.cpp',
]
FINAL_LIBRARY = 'xul-gtest'