2013-04-01 11:36:59 -07:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-25 12:47:18 -08:00
|
|
|
# vim: set filetype=python:
|
|
|
|
# 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/.
|
|
|
|
|
|
|
|
DIRS += [
|
2013-09-09 13:33:25 -07:00
|
|
|
'app-manager',
|
2014-03-27 07:21:37 -07:00
|
|
|
'canvasdebugger',
|
2013-09-09 13:33:25 -07:00
|
|
|
'commandline',
|
|
|
|
'debugger',
|
|
|
|
'fontinspector',
|
|
|
|
'framework',
|
2013-02-25 12:47:18 -08:00
|
|
|
'inspector',
|
2013-09-09 13:33:25 -07:00
|
|
|
'layoutview',
|
2013-02-25 12:47:18 -08:00
|
|
|
'markupview',
|
2013-09-09 13:33:25 -07:00
|
|
|
'netmonitor',
|
|
|
|
'profiler',
|
|
|
|
'responsivedesign',
|
|
|
|
'scratchpad',
|
|
|
|
'shadereditor',
|
|
|
|
'shared',
|
2013-02-25 12:47:18 -08:00
|
|
|
'sourceeditor',
|
|
|
|
'styleeditor',
|
|
|
|
'styleinspector',
|
|
|
|
'tilt',
|
2013-09-09 13:33:25 -07:00
|
|
|
'webconsole',
|
2013-02-25 12:47:18 -08:00
|
|
|
]
|
2013-09-23 03:43:37 -07:00
|
|
|
|
|
|
|
EXTRA_COMPONENTS += [
|
|
|
|
'devtools-clhandler.js',
|
|
|
|
'devtools-clhandler.manifest',
|
|
|
|
]
|
2013-12-09 23:18:11 -08:00
|
|
|
|
2014-03-26 03:09:34 -07:00
|
|
|
JAR_MANIFESTS += ['jar.mn']
|