Bug 1047878 - Flatten profile/public/ directory. r=bsmedberg

--HG--
rename : profile/public/notifications.txt => profile/notifications.txt
rename : profile/public/nsIProfileUnlocker.idl => profile/nsIProfileUnlocker.idl
This commit is contained in:
Birunthan Mohanathas 2014-08-07 21:52:04 -07:00
parent dab04d7491
commit bc031a9a09
4 changed files with 6 additions and 13 deletions

View File

@ -4,5 +4,10 @@
# 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'

View File

@ -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'