From f6c16cff36048c583ca0e1d019b622336ca861a0 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sun, 31 Mar 2019 18:49:29 -0400 Subject: [BASILISK] Port PM Sync Client - Part 2: Basic Integration with glue and preferences --- application/basilisk/components/moz.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'application/basilisk/components/moz.build') diff --git a/application/basilisk/components/moz.build b/application/basilisk/components/moz.build index 03a211e62..6c6cca9df 100644 --- a/application/basilisk/components/moz.build +++ b/application/basilisk/components/moz.build @@ -19,6 +19,7 @@ DIRS += [ 'sessionstore', 'shell', 'selfsupport', + 'sync', 'translation', ] @@ -34,6 +35,9 @@ XPIDL_MODULE = 'browsercompsbase' EXTRA_COMPONENTS += [ 'BrowserComponents.manifest', 'nsBrowserContentHandler.js', +] + +EXTRA_PP_COMPONENTS += [ 'nsBrowserGlue.js', ] -- cgit v1.2.3