gecko/browser/components/translation/moz.build
Florian Quèze 88d6a7c362 Bug 974461 - Display translation icon at the same time as the translation infobar, r=felipe.
--HG--
extra : rebase_source : a00d5c02ba42c66de943d9c4c34171f3f35022ed
2014-04-07 19:39:07 +02:00

23 lines
512 B
Plaintext

# 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/.
JS_MODULES_PATH = 'modules/translation'
EXTRA_JS_MODULES = [
'cld2/cld-worker.js',
'cld2/cld-worker.js.mem',
'LanguageDetector.jsm',
'Translation.jsm'
]
JAR_MANIFESTS += ['jar.mn']
BROWSER_CHROME_MANIFESTS += [
'test/browser.ini'
]
XPCSHELL_TESTS_MANIFESTS += [
'test/xpcshell.ini'
]