diff --git a/mozilla/accessible/src/base/makefile.win b/mozilla/accessible/src/base/makefile.win index da44d8f35ce..7471113c13e 100755 --- a/mozilla/accessible/src/base/makefile.win +++ b/mozilla/accessible/src/base/makefile.win @@ -28,9 +28,6 @@ REQUIRES = \ docshell \ dom \ gfx \ - gfx2 \ - htmlparser \ - imglib2 \ intl \ layout \ locale \ @@ -41,7 +38,6 @@ REQUIRES = \ webshell \ widget \ xpcom \ - webBrowser_core \ $(NULL) diff --git a/mozilla/accessible/src/html/makefile.win b/mozilla/accessible/src/html/makefile.win index a5dfc728d9a..05a5f4534bb 100755 --- a/mozilla/accessible/src/html/makefile.win +++ b/mozilla/accessible/src/html/makefile.win @@ -24,24 +24,19 @@ MODULE = accessibility LIBRARY_NAME = accessibility_html_s REQUIRES = \ content \ - content_xul \ - docshell \ dom \ gfx \ gfx2 \ htmlparser \ imglib2 \ - intl \ layout \ locale \ necko \ string \ uriloader \ - view \ webshell \ widget \ xpcom \ - webBrowser_core \ $(NULL) CPP_OBJS = \ diff --git a/mozilla/accessible/src/xul/makefile.win b/mozilla/accessible/src/xul/makefile.win index e2164538666..f61d645140e 100755 --- a/mozilla/accessible/src/xul/makefile.win +++ b/mozilla/accessible/src/xul/makefile.win @@ -24,24 +24,13 @@ MODULE = accessibility LIBRARY_NAME = accessibility_xul_s REQUIRES = \ content \ - content_xul \ - docshell \ dom \ gfx \ - gfx2 \ - htmlparser \ - imglib2 \ - intl \ layout \ - locale \ necko \ string \ - uriloader \ - view \ - webshell \ widget \ xpcom \ - webBrowser_core \ $(NULL) CPP_OBJS = \ diff --git a/mozilla/editor/composer/src/makefile.win b/mozilla/editor/composer/src/makefile.win index 8b040bf3885..eecc3e35fe7 100644 --- a/mozilla/editor/composer/src/makefile.win +++ b/mozilla/editor/composer/src/makefile.win @@ -54,12 +54,9 @@ REQUIRES = xpcom \ gfx \ widget \ txtsvc \ - appshell \ appcomps \ windowwatcher \ chrome \ - exthandler \ - mimetype \ editor \ content_xul \ imglib2 \ diff --git a/mozilla/editor/libeditor/base/makefile.win b/mozilla/editor/libeditor/base/makefile.win index 09da99f1cf5..1f84c6eb732 100644 --- a/mozilla/editor/libeditor/base/makefile.win +++ b/mozilla/editor/libeditor/base/makefile.win @@ -39,7 +39,6 @@ REQUIRES = xpcom \ gfx \ widget \ unicharutil \ - webBrowser_core \ commandhandler \ $(NULL) diff --git a/mozilla/editor/libeditor/html/makefile.win b/mozilla/editor/libeditor/html/makefile.win index 3e209ad5bf0..a52f964c529 100644 --- a/mozilla/editor/libeditor/html/makefile.win +++ b/mozilla/editor/libeditor/html/makefile.win @@ -37,7 +37,6 @@ REQUIRES = xpcom \ gfx \ widget \ unicharutil \ - webBrowser_core \ $(NULL) CPP_OBJS = \ diff --git a/mozilla/editor/libeditor/text/makefile.win b/mozilla/editor/libeditor/text/makefile.win index 2af22eff8fd..8b98f24990c 100644 --- a/mozilla/editor/libeditor/text/makefile.win +++ b/mozilla/editor/libeditor/text/makefile.win @@ -37,7 +37,6 @@ REQUIRES = xpcom \ lwbrk \ gfx \ widget \ - webBrowser_core \ unicharutil \ $(NULL) diff --git a/mozilla/editor/txtsvc/src/makefile.win b/mozilla/editor/txtsvc/src/makefile.win index 05223f24146..aa3da413bbb 100644 --- a/mozilla/editor/txtsvc/src/makefile.win +++ b/mozilla/editor/txtsvc/src/makefile.win @@ -30,7 +30,6 @@ REQUIRES = xpcom \ dom \ widget \ gfx \ - webBrowser_core \ unicharutil \ $(NULL) LIBRARY_NAME=txtsvc