diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-19 12:38:46 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-04-19 12:38:46 -0400 |
commit | df2beb06efca65425d5f358306fa9323782b9a56 (patch) | |
tree | 499e50430403db4f79a2701c97974185714e4d6b /dom/crypto/moz.build | |
parent | baa390fabfaab1c817c94f0b5952b95e2a727146 (diff) | |
parent | 1169a05684be2c9975dcae72810daead396f36f6 (diff) | |
download | UXP-df2beb06efca65425d5f358306fa9323782b9a56.tar UXP-df2beb06efca65425d5f358306fa9323782b9a56.tar.gz UXP-df2beb06efca65425d5f358306fa9323782b9a56.tar.lz UXP-df2beb06efca65425d5f358306fa9323782b9a56.tar.xz UXP-df2beb06efca65425d5f358306fa9323782b9a56.zip |
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
Diffstat (limited to 'dom/crypto/moz.build')
-rw-r--r-- | dom/crypto/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/crypto/moz.build b/dom/crypto/moz.build index ba0b5f2cd..eb15a5530 100644 --- a/dom/crypto/moz.build +++ b/dom/crypto/moz.build @@ -13,7 +13,7 @@ EXPORTS.mozilla.dom += [ 'WebCryptoThreadPool.h' ] -UNIFIED_SOURCES += [ +SOURCES += [ 'CryptoBuffer.cpp', 'CryptoKey.cpp', 'KeyAlgorithmProxy.cpp', |