diff options
Diffstat (limited to 'dom/push/test/xpcshell/moz.build')
-rw-r--r-- | dom/push/test/xpcshell/moz.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/push/test/xpcshell/moz.build b/dom/push/test/xpcshell/moz.build new file mode 100644 index 000000000..a6f542318 --- /dev/null +++ b/dom/push/test/xpcshell/moz.build @@ -0,0 +1,4 @@ +EXTRA_COMPONENTS += [ + 'PushServiceHandler.js', + 'PushServiceHandler.manifest', +] |