Bug 1139050, part 2 - Move nsAlgorithm.h to xpcom/base. r=froydnj

This commit is contained in:
Andrew McCreight 2015-03-10 16:41:38 -07:00
parent 69b67f08f3
commit 346d9f50b4
3 changed files with 1 additions and 4 deletions

View File

@ -42,6 +42,7 @@ EXPORTS += [
'CodeAddressService.h',
'ErrorList.h',
'nsAgg.h',
'nsAlgorithm.h',
'nsAutoPtr.h',
'nsAutoRef.h',
'nsCom.h',

View File

@ -7,11 +7,7 @@
with Files('**'):
BUG_COMPONENT = ('Core', 'String')
with Files('nsAlgorithm.h'):
BUG_COMPONENT = ('Core', 'XPCOM')
EXPORTS += [
'nsAlgorithm.h',
'nsAString.h',
'nsCharTraits.h',
'nsDependentString.h',