mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 19:10:36 +00:00
Bug 113519: cannot build with cookie extension disabled. Patch by Stephen P. Morse <morse@netscape.com>, r=/sr=darin,alecf,smfr.
Step 2: Modify existing files to stop pointing at old files and start pointing at new files.
This commit is contained in:
parent
92c85311ed
commit
b465107ccc
@ -670,6 +670,7 @@ sub BuildClientDist()
|
||||
InstallFromManifest(":mozilla:netwerk:protocol:jar:public:MANIFEST_IDL", "$distdirectory:idl:");
|
||||
InstallFromManifest(":mozilla:netwerk:protocol:res:public:MANIFEST_IDL", "$distdirectory:idl:");
|
||||
InstallFromManifest(":mozilla:netwerk:mime:public:MANIFEST", "$distdirectory:netwerk:");
|
||||
InstallFromManifest(":mozilla:netwerk:cookie:public:MANIFEST_IDL", "$distdirectory:idl:");
|
||||
|
||||
#EXTENSIONS
|
||||
InstallFromManifest(":mozilla:extensions:cookie:MANIFEST_IDL", "$distdirectory:idl:");
|
||||
|
@ -1,6 +1,5 @@
|
||||
nsICookie.idl
|
||||
nsICookieManager.idl
|
||||
nsICookieService.idl
|
||||
nsIImgManager.idl
|
||||
nsIPermission.idl
|
||||
nsIPermissionManager.idl
|
||||
|
@ -66,7 +66,6 @@ XPIDLSRCS = \
|
||||
nsICookieManager.idl \
|
||||
nsIImgManager.idl \
|
||||
nsIPermissionManager.idl \
|
||||
nsICookieService.idl \
|
||||
nsICookie.idl \
|
||||
nsIPermission.idl \
|
||||
$(NULL)
|
||||
|
@ -42,7 +42,6 @@ EXPORTS = nsCookieHTTPNotify.h
|
||||
XPIDLSRCS= .\nsICookieManager.idl \
|
||||
.\nsIImgManager.idl \
|
||||
.\nsIPermissionManager.idl \
|
||||
.\nsICookieService.idl \
|
||||
.\nsICookie.idl \
|
||||
.\nsIPermission.idl \
|
||||
$(NULL)
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = \
|
||||
base \
|
||||
cookie \
|
||||
cache \
|
||||
dns \
|
||||
socket \
|
||||
|
@ -27,6 +27,7 @@ MODULE = necko
|
||||
DIRS= \
|
||||
base \
|
||||
cache \
|
||||
cookie \
|
||||
dns \
|
||||
socket \
|
||||
mime \
|
||||
|
Loading…
x
Reference in New Issue
Block a user