2016-07-14 19:16:42 +03:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
2015-10-16 13:44:47 +03: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/.
|
|
|
|
|
2016-06-29 01:13:00 +03:00
|
|
|
DIRS += [
|
|
|
|
'audio',
|
|
|
|
]
|
|
|
|
|
2015-10-16 13:44:47 +03:00
|
|
|
DevToolsModules(
|
2016-03-18 17:58:59 +03:00
|
|
|
'common.css',
|
2016-10-20 00:19:29 +03:00
|
|
|
'splitters.css',
|
2017-01-19 15:52:40 +03:00
|
|
|
'toolbars.css',
|
2015-10-16 13:44:47 +03:00
|
|
|
'variables.css',
|
|
|
|
)
|