diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-18 02:49:12 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-04-18 02:49:12 -0400 |
commit | b8b7c3acfb1489bc255f5cd895409bfa2b054ac1 (patch) | |
tree | 83d0e6d270e43fc4024a4ad79598a26f1e1f2db7 /dom/u2f | |
parent | 44ed6d09e8ed21ffdbc72a7e007486aaf9bceb0f (diff) | |
download | uxp-b8b7c3acfb1489bc255f5cd895409bfa2b054ac1.tar.gz |
Issue #80 - De-unify dom/u2f
Diffstat (limited to 'dom/u2f')
-rw-r--r-- | dom/u2f/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/u2f/moz.build b/dom/u2f/moz.build index 1c851e1d82..19325205a4 100644 --- a/dom/u2f/moz.build +++ b/dom/u2f/moz.build @@ -10,7 +10,7 @@ EXPORTS.mozilla.dom += [ 'USBToken.h', ] -UNIFIED_SOURCES += [ +SOURCES += [ 'NSSU2FTokenRemote.cpp', 'U2F.cpp', 'USBToken.cpp', |