Bug 1664775 [wpt PR 25515] - Fieldset NG: Fix hit-testing for the rendered legend...
[gecko.git] / dom / u2f / moz.build
blob5fe7cbe3e54e440bf882f2c933f5735d886e84a5
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']