mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1173681 - Move nsIProfileUnlocker.idl to toolkit/profile and remove profile. r=bsmedberg
This commit is contained in:
parent
2665590c8f
commit
5b1857c632
@ -305,7 +305,6 @@
|
||||
@RESPATH@/components/plugin.xpt
|
||||
@RESPATH@/components/pref.xpt
|
||||
@RESPATH@/components/prefetch.xpt
|
||||
@RESPATH@/components/profile.xpt
|
||||
#ifdef MOZ_ENABLE_PROFILER_SPS
|
||||
@RESPATH@/components/profiler.xpt
|
||||
#endif
|
||||
|
@ -306,7 +306,6 @@
|
||||
@RESPATH@/components/plugin.xpt
|
||||
@RESPATH@/components/pref.xpt
|
||||
@RESPATH@/components/prefetch.xpt
|
||||
@RESPATH@/components/profile.xpt
|
||||
#ifdef MOZ_ENABLE_PROFILER_SPS
|
||||
@RESPATH@/components/profiler.xpt
|
||||
#endif
|
||||
|
@ -231,7 +231,6 @@
|
||||
@BINPATH@/components/plugin.xpt
|
||||
@BINPATH@/components/pref.xpt
|
||||
@BINPATH@/components/prefetch.xpt
|
||||
@BINPATH@/components/profile.xpt
|
||||
#ifdef MOZ_ENABLE_PROFILER_SPS
|
||||
@BINPATH@/components/profiler.xpt
|
||||
#endif
|
||||
|
@ -1,11 +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'
|
@ -8,6 +8,7 @@ MOCHITEST_CHROME_MANIFESTS += ['test/chrome.ini']
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
'nsIProfileMigrator.idl',
|
||||
'nsIProfileUnlocker.idl',
|
||||
'nsIToolkitProfile.idl',
|
||||
'nsIToolkitProfileService.idl',
|
||||
]
|
||||
|
@ -117,8 +117,6 @@ else:
|
||||
|
||||
# toolkit
|
||||
|
||||
DIRS += ['/profile']
|
||||
|
||||
# This must precede xpfe.
|
||||
if CONFIG['MOZ_JPROF']:
|
||||
DIRS += ['/tools/jprof']
|
||||
|
Loading…
Reference in New Issue
Block a user