summaryrefslogtreecommitdiffstats
path: root/comm/mailnews/jsaccount/test/idl/moz.build
blob: 9975e6125b9e6c3404d18a15fadf82a8dddbee96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/

XPIDL_SOURCES += [
    "msgIFooUrl.idl",
]

XPIDL_MODULE = "testJsAccount"

if "comm" in CONFIG["MOZ_BUILD_APP"]:
    test_harness_base = TEST_HARNESS_FILES.xpcshell.comm
else:
    test_harness_base = TEST_HARNESS_FILES.xpcshell