Bug 854169 - Add missing moz.build file in tests subdir. r=Ms2ger
[gecko.git] / toolkit / components / workerlz4 / moz.build
blob6b8fc4d9baf06fd4d2a3b2efac5ee608e829b10e
1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 JS_MODULES_PATH = 'modules/workers'
9 EXTRA_JS_MODULES += [
10     'lz4.js',
11     'lz4_internal.js',
14 SOURCES += [
15     'lz4.cpp',
18 TEST_DIRS += ['tests']
20 EXPORT_LIBRARY = True
21 FINAL_LIBRARY = 'xul'