Bug 912862 - Cleanup some wrong assignments in moz.build. r=ted

This commit is contained in:
Mike Hommey 2013-09-06 09:19:08 +09:00
parent a229160645
commit 8808e9970f
3 changed files with 0 additions and 15 deletions

View File

@ -3,10 +3,3 @@
# This Source Code Form is subject to the terms of the Mozilla Public # This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
MODULE = 'alerts'
CPP_SOURCES += [
'nsAccessibilityFactory.cpp',
]

View File

@ -3,6 +3,3 @@
# This Source Code Form is subject to the terms of the Mozilla Public # This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
MODULE = 'alerts'

View File

@ -2,8 +2,3 @@
# This Source Code Form is subject to the terms of the Mozilla Public # This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
CPP_SOURCES += [
'FakeSpeechRecognitionService.cpp',
]