diff --git a/mozilla/xpfe/browser/resources/content/Makefile.in b/mozilla/xpfe/browser/resources/content/Makefile.in index 92b8d01a4f2..cc1972819c3 100644 --- a/mozilla/xpfe/browser/resources/content/Makefile.in +++ b/mozilla/xpfe/browser/resources/content/Makefile.in @@ -34,6 +34,7 @@ EXPORT_RESOURCE_CONTENT = \ $(srcdir)/navigator.xul \ $(srcdir)/navigatorOverlay.xul \ $(srcdir)/navigator.js \ + $(srcdir)/navigatorDD.js \ $(srcdir)/openLocation.xul \ $(srcdir)/viewSource.xul \ $(srcdir)/NetSupportConfirmYN.xul \ diff --git a/mozilla/xpfe/browser/resources/content/Manifest b/mozilla/xpfe/browser/resources/content/Manifest index fb66f9faf05..e677dba15cd 100644 --- a/mozilla/xpfe/browser/resources/content/Manifest +++ b/mozilla/xpfe/browser/resources/content/Manifest @@ -10,3 +10,4 @@ NetSupportConfirmYN.xul NetSupportConfirmCheckYN.xul tooltip.js nsContextMenu.js +navigatorDD.js diff --git a/mozilla/xpfe/browser/resources/content/makefile.win b/mozilla/xpfe/browser/resources/content/makefile.win index 5a2ed5db12c..a05eb6c1965 100644 --- a/mozilla/xpfe/browser/resources/content/makefile.win +++ b/mozilla/xpfe/browser/resources/content/makefile.win @@ -33,6 +33,7 @@ install:: $(MAKE_INSTALL) navigator.xul $(DISTBROWSWER) $(MAKE_INSTALL) navigatorOverlay.xul $(DISTBROWSWER) $(MAKE_INSTALL) navigator.js $(DISTBROWSWER) + $(MAKE_INSTALL) navigatorDD.js $(DISTBROWSWER) $(MAKE_INSTALL) NetSupportConfirmYN.xul $(DISTBROWSWER) $(MAKE_INSTALL) NetSupportConfirmCheckYN.xul $(DISTBROWSWER) $(MAKE_INSTALL) tooltip.js $(DISTBROWSWER) diff --git a/mozilla/xpfe/components/bookmarks/resources/MANIFEST-content b/mozilla/xpfe/components/bookmarks/resources/MANIFEST-content index f4b4a4385e1..495dc926224 100644 --- a/mozilla/xpfe/components/bookmarks/resources/MANIFEST-content +++ b/mozilla/xpfe/components/bookmarks/resources/MANIFEST-content @@ -3,4 +3,5 @@ bm-panel.xul bm-props.js bm-props.xul bookmarks.js +bookmarksDD.js bookmarks.xul diff --git a/mozilla/xpfe/components/bookmarks/resources/Makefile.in b/mozilla/xpfe/components/bookmarks/resources/Makefile.in index d172c73f890..7bd16a99a57 100644 --- a/mozilla/xpfe/components/bookmarks/resources/Makefile.in +++ b/mozilla/xpfe/components/bookmarks/resources/Makefile.in @@ -37,6 +37,7 @@ CHROME_CONTENT = \ bm-props.js \ bm-props.xul \ bookmarks.js \ + bookmarksDD.js \ bookmarks.xul \ $(NULL) diff --git a/mozilla/xpfe/components/bookmarks/resources/makefile.win b/mozilla/xpfe/components/bookmarks/resources/makefile.win index 12c4f8e23d7..2db4cc2baae 100644 --- a/mozilla/xpfe/components/bookmarks/resources/makefile.win +++ b/mozilla/xpfe/components/bookmarks/resources/makefile.win @@ -34,6 +34,7 @@ CHROME_CONTENT = \ .\bm-props.js \ .\bm-props.xul \ .\bookmarks.js \ + .\bookmarksDD.js \ .\bookmarks.xul \ $(NULL)