Bug 1859954 - Use XP_DARWIN rather than XP_MACOS in PHC r=glandium
[gecko.git] / xpfe / appshell / components.conf
bloba1d848ae1fda6fad41ad221a5a128d110b711150
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 Classes = [
8     {
9         'js_name': 'appShell',
10         'cid': '{0099907d-123c-4853-a46a-43098b5fb68c}',
11         'contract_ids': ['@mozilla.org/appshell/appShellService;1'],
12         'interfaces': ['nsIAppShellService'],
13         'type': 'nsAppShellService',
14         'headers': ['/xpfe/appshell/nsAppShellService.h'],
15     },
16     {
17         'js_name': 'wm',
18         'cid': '{79a2b7cc-f05b-4605-bfa0-fac54f27eec8}',
19         'contract_ids': ['@mozilla.org/appshell/window-mediator;1'],
20         'interfaces': ['nsIWindowMediator'],
21         'type': 'nsWindowMediator',
22         'headers': ['/xpfe/appshell/nsWindowMediator.h'],
23         'init_method': 'Init',
24     },