bug 821098 - browser_pluginnotification.js should not call Services.perms.removeAll...
[gecko.git] / browser / devtools / Makefile.in
blobb06bc7f6cf036d895970d06e09bddd9ee465fec0
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 DEPTH = @DEPTH@
7 topsrcdir = @top_srcdir@
8 srcdir = @srcdir@
9 VPATH = @srcdir@
11 include $(DEPTH)/config/autoconf.mk
13 include $(topsrcdir)/config/config.mk
15 DIRS = \
16 inspector \
17 markupview \
18 webconsole \
19 commandline \
20 sourceeditor \
21 styleeditor \
22 styleinspector \
23 tilt \
24 scratchpad \
25 debugger \
26 layoutview \
27 shared \
28 responsivedesign \
29 framework \
30 profiler \
31 $(NULL)
33 include $(topsrcdir)/config/rules.mk