diff options
Diffstat (limited to 'components/thumbnails/moz.build')
-rw-r--r-- | components/thumbnails/moz.build | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/components/thumbnails/moz.build b/components/thumbnails/moz.build new file mode 100644 index 000000000..957bc7df0 --- /dev/null +++ b/components/thumbnails/moz.build @@ -0,0 +1,21 @@ +# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +EXTRA_COMPONENTS += [ + 'BrowserPageThumbs.manifest', + 'PageThumbsProtocol.js', +] + +EXTRA_JS_MODULES += [ + 'PageThumbs.jsm', + 'PageThumbsWorker.js', + 'PageThumbUtils.jsm', +] + +EXTRA_PP_JS_MODULES += [ + 'BackgroundPageThumbs.jsm', +] + +JAR_MANIFESTS += ['jar.mn'] |