mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 05:08:36 +02:00
MozReview-Commit-ID: EPQLeuab42W --HG-- extra : rebase_source : d1e4f85a76e7766120c403192a956cfb579538a2
18 lines
503 B
Python
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'
|