Bug 1047878 - Flatten profile/public/ directory. r=bsmedberg
--- a/profile/moz.build
+++ b/profile/moz.build
@@ -1,8 +1,13 @@
# -*- 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/.
-DIRS += ['public', 'dirserviceprovider']
+DIRS += ['dirserviceprovider']
+XPIDL_SOURCES += [
+ 'nsIProfileUnlocker.idl',
+]
+
+XPIDL_MODULE = 'profile'
rename from profile/public/notifications.txt
rename to profile/notifications.txt
rename from profile/public/nsIProfileUnlocker.idl
rename to profile/nsIProfileUnlocker.idl
deleted file mode 100644
--- a/profile/public/moz.build
+++ /dev/null
@@ -1,12 +0,0 @@
-# -*- 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/.
-
-XPIDL_SOURCES += [
- 'nsIProfileUnlocker.idl',
-]
-
-XPIDL_MODULE = 'profile'
-