2013-04-01 18:36:59 +00:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-25 20:47:18 +00: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 += [
|
|
|
|
'inspector',
|
|
|
|
'markupview',
|
|
|
|
'webconsole',
|
|
|
|
'commandline',
|
|
|
|
'sourceeditor',
|
|
|
|
'styleeditor',
|
|
|
|
'styleinspector',
|
|
|
|
'tilt',
|
|
|
|
'scratchpad',
|
|
|
|
'debugger',
|
2013-03-12 06:50:42 +00:00
|
|
|
'netmonitor',
|
2013-02-25 20:47:18 +00:00
|
|
|
'layoutview',
|
|
|
|
'shared',
|
|
|
|
'responsivedesign',
|
|
|
|
'framework',
|
|
|
|
'profiler',
|
2013-03-07 04:57:00 +00:00
|
|
|
'fontinspector',
|
2013-08-21 06:56:40 +00:00
|
|
|
'app-manager',
|
2013-02-25 20:47:18 +00:00
|
|
|
]
|
2013-09-23 10:43:37 +00:00
|
|
|
|
|
|
|
EXTRA_COMPONENTS += [
|
|
|
|
'devtools-clhandler.js',
|
|
|
|
'devtools-clhandler.manifest',
|
|
|
|
]
|