diff options
Diffstat (limited to 'devtools/shared')
-rw-r--r-- | devtools/shared/qrcode/moz.build | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devtools/shared/qrcode/moz.build b/devtools/shared/qrcode/moz.build index c9493a5380..293bbcc93d 100644 --- a/devtools/shared/qrcode/moz.build +++ b/devtools/shared/qrcode/moz.build @@ -5,15 +5,10 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. DIRS += [ - 'encoder' + 'decoder', + 'encoder', ] -# Save file size on Fennec until there are active plans to use the decoder there -if not CONFIG['MOZ_FENNEC']: - DIRS += [ - 'decoder' - ] - DevToolsModules( 'index.js', ) |