diff --git a/b2g/components/B2GComponents.manifest b/b2g/components/B2GComponents.manifest index 3f9fdad1e0a..76575f51f11 100644 --- a/b2g/components/B2GComponents.manifest +++ b/b2g/components/B2GComponents.manifest @@ -86,4 +86,9 @@ contract @mozilla.org/helperapplauncherdialog;1 {710322af-e6ae-4b0c-b2c9-1474a87 component {c83c02c0-5d43-4e3e-987f-9173b313e880} SimulatorScreen.js contract @mozilla.org/simulator-screen;1 {c83c02c0-5d43-4e3e-987f-9173b313e880} category profile-after-change SimulatorScreen @mozilla.org/simulator-screen;1 + +component {e30b0e13-2d12-4cb0-bc4c-4e617a1bf76e} OopCommandLine.js +contract @mozilla.org/commandlinehandler/general-startup;1?type=b2goop {e30b0e13-2d12-4cb0-bc4c-4e617a1bf76e} +category command-line-handler m-b2goop @mozilla.org/commandlinehandler/general-startup;1?type=b2goop #endif + diff --git a/b2g/components/moz.build b/b2g/components/moz.build index 51f59a28bbe..9ef81485d9c 100644 --- a/b2g/components/moz.build +++ b/b2g/components/moz.build @@ -25,6 +25,7 @@ EXTRA_COMPONENTS += [ if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'gonk': EXTRA_COMPONENTS += [ + 'OopCommandLine.js', 'SimulatorScreen.js' ] diff --git a/b2g/installer/package-manifest.in b/b2g/installer/package-manifest.in index 7407e9c1721..14f3f4f7e14 100644 --- a/b2g/installer/package-manifest.in +++ b/b2g/installer/package-manifest.in @@ -432,6 +432,7 @@ @BINPATH@/components/amContentHandler.js @BINPATH@/components/amWebInstallListener.js @BINPATH@/components/nsBlocklistService.js +@BINPATH@/components/OopCommandLine.js #endif #ifdef MOZ_UPDATER