Bug 776134 - Part 1: Rename files of Growl nsIAlertsService implementation. r=dougt

This commit is contained in:
William Chen 2012-08-01 20:31:11 -04:00
parent 077afef047
commit e1cec5724c
3 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ IS_COMPONENT = 1
FORCE_SHARED_LIB = 1 FORCE_SHARED_LIB = 1
CMMSRCS = \ CMMSRCS = \
nsAlertsService.mm \ nsGrowlAlertsService.mm \
mozGrowlDelegate.mm \ mozGrowlDelegate.mm \
nsAlertsImageLoadListener.mm \ nsAlertsImageLoadListener.mm \
nsNotificationsList.mm \ nsNotificationsList.mm \
@ -31,7 +31,7 @@ LOCAL_INCLUDES += \
$(NULL) $(NULL)
EXPORTS = \ EXPORTS = \
nsAlertsService.h \ nsGrowlAlertsService.h \
$(NULL) $(NULL)
SHARED_LIBRARY_LIBS = \ SHARED_LIBRARY_LIBS = \