gecko-dev/devtools/client/themes/moz.build
Alexandre Poirot 565697cebc Bug 1461970 - Remove html and css files related to gcli. r=jryans
MozReview-Commit-ID: CkwBFZq8QVX

--HG--
extra : rebase_source : 10bb6beb47a3afaee8cfba66b33cda83c030aff2
2018-03-21 10:03:22 -07:00

17 lines
414 B
Python

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# 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 += [
'audio',
]
DevToolsModules(
'common.css',
'splitters.css',
'toolbars.css',
'variables.css',
)