Revision control

Copy as Markdown

Other Tools

# -*- 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.
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