gecko/toolkit/Makefile.in
Ehsan Akhgari 5150b5b605 Bug 799229 - Move the ForgetAboutSite modules to toolkit; r=Mossop
--HG--
rename : browser/components/privatebrowsing/src/ForgetAboutSite.jsm => toolkit/forgetaboutsite/ForgetAboutSite.jsm
rename : browser/components/privatebrowsing/test/browser/browser_privatebrowsing_clearplugindata.html => toolkit/forgetaboutsite/test/browser/browser_clearplugindata.html
rename : browser/components/privatebrowsing/test/browser/browser_privatebrowsing_clearplugindata.js => toolkit/forgetaboutsite/test/browser/browser_clearplugindata.js
rename : browser/components/privatebrowsing/test/unit/downloads.empty.sqlite => toolkit/forgetaboutsite/test/unit/downloads.empty.sqlite
rename : browser/components/privatebrowsing/test/unit/test_removeDataFromDomain.js => toolkit/forgetaboutsite/test/unit/test_removeDataFromDomain.js
rename : browser/components/privatebrowsing/test/unit/test_removeDataFromDomain_activeDownloads.js => toolkit/forgetaboutsite/test/unit/test_removeDataFromDomain_activeDownloads.js
2012-10-08 16:48:11 -04:00

66 lines
1.2 KiB
Makefile

# 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/.
DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
PARALLEL_DIRS = \
addon-sdk \
components \
content \
devtools \
forgetaboutsite \
identity \
locales \
mozapps/downloads \
mozapps/extensions \
mozapps/handling \
mozapps/preferences \
mozapps/plugins \
mozapps/shared \
obsolete \
profile \
themes \
webapps \
$(NULL)
DIRS += \
mozapps/update \
$(NULL)
ifdef MOZ_MAINTENANCE_SERVICE
DIRS += \
components/maintenanceservice \
$(NULL)
endif
ifneq (,$(filter gtk2 qt,$(MOZ_WIDGET_TOOLKIT)))
PARALLEL_DIRS += system/unixproxy
endif
ifneq (,$(filter cocoa,$(MOZ_WIDGET_TOOLKIT)))
PARALLEL_DIRS += system/osxproxy
endif
ifneq (,$(filter windows,$(MOZ_WIDGET_TOOLKIT)))
PARALLEL_DIRS += system/windowsproxy
endif
ifdef MOZ_CRASHREPORTER
PARALLEL_DIRS += crashreporter
endif
DIRS += \
xre \
$(NULL)
include $(topsrcdir)/config/rules.mk
export::
@$(MAKE) -C xre export