# 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 https://mozilla.org/MPL/2.0/. Library("DefaultAgentTest") UNIFIED_SOURCES += [ "CacheTest.cpp", "DefaultAgentTest.cpp", "SetDefaultBrowserTest.cpp", ] LOCAL_INCLUDES += [ "/browser/components/shell/", "/toolkit/mozapps/defaultagent", ] OS_LIBS += [ "advapi32", "bcrypt", "crypt32", "kernel32", "rpcrt4", ] DEFINES["UNICODE"] = True DEFINES["_UNICODE"] = True for var in ("MOZ_APP_BASENAME", "MOZ_APP_DISPLAYNAME", "MOZ_APP_VENDOR"): DEFINES[var] = '"%s"' % CONFIG[var] FINAL_LIBRARY = "xul-gtest"