Bug 737301 - ifdef the safe browsing files so that |make package| doesn't break on builds with safe browsing disabled. r=khuey

This commit is contained in:
Ryan VanderMeulen 2012-03-20 17:24:48 -04:00
parent 5266e41d88
commit 643620da39

View File

@ -429,6 +429,7 @@
@BINPATH@/modules/*
; Safe Browsing
#ifdef MOZ_SAFE_BROWSING
@BINPATH@/components/nsSafebrowsingApplication.manifest
@BINPATH@/components/nsSafebrowsingApplication.js
@BINPATH@/components/nsURLClassifier.manifest
@ -436,6 +437,7 @@
@BINPATH@/components/nsUrlClassifierListManager.js
@BINPATH@/components/nsUrlClassifierLib.js
@BINPATH@/components/url-classifier.xpt
#endif
; GNOME hooks
#ifdef MOZ_ENABLE_GNOME_COMPONENT