From f09c6040bb116fd11966931c2805935c4dffe2b1 Mon Sep 17 00:00:00 2001 From: "timeless%mac.com" Date: Tue, 30 Oct 2001 03:31:00 +0000 Subject: [PATCH] QNX port; adding requires to make it work. git-svn-id: svn://10.0.0.236/trunk@106632 18797224-902f-48f8-a5cc-f745e15eee43 --- .../browser/photon/tests/Makefile.in | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/mozilla/embedding/browser/photon/tests/Makefile.in b/mozilla/embedding/browser/photon/tests/Makefile.in index 0b81826087f..8b67a381a2e 100644 --- a/mozilla/embedding/browser/photon/tests/Makefile.in +++ b/mozilla/embedding/browser/photon/tests/Makefile.in @@ -25,6 +25,34 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk +REQUIRES = xpcom \ + string \ + docshell \ + webshell \ + necko \ + widget \ + dom \ + gfx \ + layout \ + content \ + uriloader \ + webbrwsr \ + shistory \ + embed_base \ + pref \ + cookie\ + view\ + windowwatcher \ + mpfilelocprovider \ + appshell \ + exthandler \ + helperAppDlg \ + mozcomps \ + find \ + appcomps \ + mimetype \ + $(NULL) + CPPSRCS = \ TestPhEmbed.cpp