Bug 1164014 - Fixing defaultShims. r=billm

This commit is contained in:
Gabor Krizsanits 2015-06-08 09:28:48 +02:00
parent fb8ebc3784
commit 9486a227f5
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',
]