summaryrefslogtreecommitdiff
path: root/b2g/components/moz.build
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2014-06-03 15:46:35 +0200
committerPale Moon <git-repo@palemoon.org>2014-06-03 15:46:35 +0200
commitc0f5341699c89492ed1477a928942250705461e2 (patch)
tree4a0f68ea9dc981c66139e03e05e4ba0a880a3ccf /b2g/components/moz.build
parent329fcc5bc38a928d965f8298e66a1cb60a601075 (diff)
downloadpalemoon-gre-c0f5341699c89492ed1477a928942250705461e2.tar.gz
Recommit b2g subtree with proper line endings.
Diffstat (limited to 'b2g/components/moz.build')
-rw-r--r--b2g/components/moz.build74
1 files changed, 37 insertions, 37 deletions
diff --git a/b2g/components/moz.build b/b2g/components/moz.build
index 6d3d5f1aa..5b36cdfba 100644
--- a/b2g/components/moz.build
+++ b/b2g/components/moz.build
@@ -1,37 +1,37 @@
-# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
-# 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/.
-
-TEST_DIRS += ['test']
-
-XPIDL_SOURCES += [
- 'b2g.idl',
-]
-
-MODULE = 'B2GComponents'
-
-EXTRA_PP_COMPONENTS += [
- 'ActivitiesGlue.js',
- 'AlertsService.js',
- 'B2GAboutRedirector.js',
- 'B2GComponents.manifest',
- 'ContentHandler.js',
- 'ContentPermissionPrompt.js',
- 'DirectoryProvider.js',
- 'FilePicker.js',
- 'MailtoProtocolHandler.js',
- 'MozKeyboard.js',
- 'PaymentGlue.js',
- 'ProcessGlobal.js',
- 'RecoveryService.js',
- 'SmsProtocolHandler.js',
- 'TelProtocolHandler.js',
- 'YoutubeProtocolHandler.js',
-]
-
-if CONFIG['MOZ_UPDATER']:
- EXTRA_PP_COMPONENTS += [
- 'UpdatePrompt.js',
- ]
+# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
+# vim: set filetype=python:
+# 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/.
+
+TEST_DIRS += ['test']
+
+XPIDL_SOURCES += [
+ 'b2g.idl',
+]
+
+MODULE = 'B2GComponents'
+
+EXTRA_PP_COMPONENTS += [
+ 'ActivitiesGlue.js',
+ 'AlertsService.js',
+ 'B2GAboutRedirector.js',
+ 'B2GComponents.manifest',
+ 'ContentHandler.js',
+ 'ContentPermissionPrompt.js',
+ 'DirectoryProvider.js',
+ 'FilePicker.js',
+ 'MailtoProtocolHandler.js',
+ 'MozKeyboard.js',
+ 'PaymentGlue.js',
+ 'ProcessGlobal.js',
+ 'RecoveryService.js',
+ 'SmsProtocolHandler.js',
+ 'TelProtocolHandler.js',
+ 'YoutubeProtocolHandler.js',
+]
+
+if CONFIG['MOZ_UPDATER']:
+ EXTRA_PP_COMPONENTS += [
+ 'UpdatePrompt.js',
+ ]