Bug 788829 - Call SetSizeConstraints even if a popup is not open. r=enndeakin
[gecko.git] / dom / permission / Makefile.in
blob0a60451c18ea7fa56592ca3d49a795ab052e9cd8
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this file,
3 # You can obtain one at http://mozilla.org/MPL/2.0/.
5 DEPTH = @DEPTH@
6 topsrcdir = @top_srcdir@
7 srcdir = @srcdir@
8 VPATH = @srcdir@
10 include $(DEPTH)/config/autoconf.mk
12 MODULE = dom
13 LIBRARY_NAME = jsdompermissionsettings_s
15 XPIDL_MODULE = dom_permissionsettings
16 GRE_MODULE = 1
18 EXTRA_COMPONENTS = \
19 PermissionSettings.js \
20 PermissionSettings.manifest \
21 $(NULL)
23 EXTRA_JS_MODULES = \
24 PermissionPromptHelper.jsm \
25 PermissionSettings.jsm \
26 $(NULL)
28 TEST_DIRS += tests
30 include $(topsrcdir)/config/config.mk
31 include $(topsrcdir)/ipc/chromium/chromium-config.mk
32 include $(topsrcdir)/config/rules.mk
34 DEFINES += -D_IMPL_NS_LAYOUT