mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-13 15:34:01 +00:00
Bug 335611 (for tony@ponderer.org) r=brettw a=bryner Rename URL classifier files to correspond to new names
This commit is contained in:
parent
fc7797defd
commit
2c37a031cc
@ -5,11 +5,11 @@ VPATH=@srcdir@
|
|||||||
|
|
||||||
include $(DEPTH)/config/autoconf.mk
|
include $(DEPTH)/config/autoconf.mk
|
||||||
|
|
||||||
MODULE = protection
|
MODULE = url-classifier
|
||||||
XPIDL_MODULE = protection
|
XPIDL_MODULE = url-classifier
|
||||||
|
|
||||||
XPIDLSRCS = nsIProtectionTable.idl \
|
XPIDLSRCS = nsIUrlClassifierTable.idl \
|
||||||
nsIProtectionListManager.idl \
|
nsIUrlListManager.idl \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
@ -6,11 +6,11 @@ VPATH = @srcdir@
|
|||||||
include $(DEPTH)/config/autoconf.mk
|
include $(DEPTH)/config/autoconf.mk
|
||||||
|
|
||||||
# EXTRA_COMPONENTS installs components written in JS to dist/bin/components
|
# EXTRA_COMPONENTS installs components written in JS to dist/bin/components
|
||||||
EXTRA_COMPONENTS = protectionTableUrl.js \
|
EXTRA_COMPONENTS = urlClassifierTableUrl.js \
|
||||||
protectionTableDomain.js \
|
urlClassifierTableDomain.js \
|
||||||
protectionTableSite.js \
|
urlClassifierTableSite.js \
|
||||||
protectionTableEnchash.js \
|
urlClassifierTableEnchash.js \
|
||||||
protectionListManager.js \
|
urlListManager.js \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user