Bug 1708193 - Remove mozapps/extensions/internal/Content.js r=rpl
[gecko.git] / dom / u2f / moz.build
blobc69d12a0e167d7fd0447e8554050f0ae016d72e9
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 with Files("**"):
8     BUG_COMPONENT = ("Core", "DOM: Web Authentication")
10 EXPORTS.mozilla.dom += [
11     "U2F.h",
12     "U2FAuthenticator.h",
15 UNIFIED_SOURCES += [
16     "U2F.cpp",
19 include("/ipc/chromium/chromium-config.mozbuild")
21 FINAL_LIBRARY = "xul"
23 LOCAL_INCLUDES += [
24     "/dom/base",
25     "/dom/crypto",
26     "/dom/webauthn",
27     "/security/manager/ssl",
30 MOCHITEST_MANIFESTS += ["tests/mochitest.ini"]
31 BROWSER_CHROME_MANIFESTS += ["tests/browser/browser.ini"]