Bug 1164014 - Fixing defaultShims. r=billm

This commit is contained in:
Gabor Krizsanits 2015-06-08 09:28:48 +02:00
parent d3f79b8065
commit 7f9ed865ff
2 changed files with 2 additions and 0 deletions

View File

@ -437,6 +437,7 @@
@RESPATH@/components/nsUpdateTimerManager.js
@RESPATH@/components/addoncompat.manifest
@RESPATH@/components/multiprocessShims.js
@RESPATH@/components/defaultShims.js
@RESPATH@/components/remoteTagService.js
@RESPATH@/components/pluginGlue.manifest
@RESPATH@/components/ProcessSingleton.manifest

View File

@ -8,6 +8,7 @@ TEST_DIRS += ['tests']
EXTRA_COMPONENTS += [
'addoncompat.manifest',
'defaultShims.js',
'multiprocessShims.js',
'remoteTagService.js',
]