gecko-dev/devtools/client/inspector/moz.build
Daisuke Akatsuka c4d3e3827e Bug 1400115 - Part 1: Create a base pane. r=gl
MozReview-Commit-ID: Af3lI8gO3sl

--HG--
extra : rebase_source : fd2280d9d706e4fdb061f5b6057a053f350e4f61
2017-10-26 16:54:49 +09:00

36 lines
723 B
Plaintext

# 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 += [
'animation',
'boxmodel',
'changes',
'components',
'computed',
'events',
'extensions',
'flexbox',
'fonts',
'grids',
'layout',
'markup',
'rules',
'shared'
]
DevToolsModules(
'breadcrumbs.js',
'inspector-commands.js',
'inspector-search.js',
'panel.js',
'reducers.js',
'store.js',
'toolsidebar.js',
)
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Inspector')