From 58567b48d87db9e69c36a32e4c42c60f16107661 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Fri, 6 Sep 2013 09:19:08 +0900 Subject: [PATCH] Bug 912862 - Cleanup some wrong assignments in moz.build. r=ted --- accessible/src/jsat/moz.build | 7 ------- accessible/tests/mochitest/actions/moz.build | 3 --- content/media/webspeech/recognition/test/moz.build | 5 ----- 3 files changed, 15 deletions(-) diff --git a/accessible/src/jsat/moz.build b/accessible/src/jsat/moz.build index 6c626f09ce4..c271ec3908c 100644 --- a/accessible/src/jsat/moz.build +++ b/accessible/src/jsat/moz.build @@ -3,10 +3,3 @@ # 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 # file, You can obtain one at http://mozilla.org/MPL/2.0/. - -MODULE = 'alerts' - -CPP_SOURCES += [ - 'nsAccessibilityFactory.cpp', -] - diff --git a/accessible/tests/mochitest/actions/moz.build b/accessible/tests/mochitest/actions/moz.build index b7a9662bcaa..c271ec3908c 100644 --- a/accessible/tests/mochitest/actions/moz.build +++ b/accessible/tests/mochitest/actions/moz.build @@ -3,6 +3,3 @@ # 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 # file, You can obtain one at http://mozilla.org/MPL/2.0/. - -MODULE = 'alerts' - diff --git a/content/media/webspeech/recognition/test/moz.build b/content/media/webspeech/recognition/test/moz.build index cc65d57e5e9..89251dc3962 100644 --- a/content/media/webspeech/recognition/test/moz.build +++ b/content/media/webspeech/recognition/test/moz.build @@ -2,8 +2,3 @@ # 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 # file, You can obtain one at http://mozilla.org/MPL/2.0/. - -CPP_SOURCES += [ - 'FakeSpeechRecognitionService.cpp', -] -