зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1510569 - Export nsBrowserStatusFilter.h r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D24988 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
9d456978bf
Коммит
87e30660c0
|
@ -108,7 +108,7 @@ Classes = [
|
||||||
'cid': '{6356aa16-7916-4215-a825-cbc2692ca87a}',
|
'cid': '{6356aa16-7916-4215-a825-cbc2692ca87a}',
|
||||||
'contract_ids': ['@mozilla.org/appshell/component/browser-status-filter;1'],
|
'contract_ids': ['@mozilla.org/appshell/component/browser-status-filter;1'],
|
||||||
'type': 'nsBrowserStatusFilter',
|
'type': 'nsBrowserStatusFilter',
|
||||||
'headers': ['/toolkit/components/statusfilter/nsBrowserStatusFilter.h'],
|
'headers': ['nsBrowserStatusFilter.h'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'name': 'FindService',
|
'name': 'FindService',
|
||||||
|
|
|
@ -11,4 +11,8 @@ SOURCES += [
|
||||||
'nsBrowserStatusFilter.cpp',
|
'nsBrowserStatusFilter.cpp',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
EXPORTS += [
|
||||||
|
'nsBrowserStatusFilter.h',
|
||||||
|
]
|
||||||
|
|
||||||
FINAL_LIBRARY = 'xul'
|
FINAL_LIBRARY = 'xul'
|
||||||
|
|
Загрузка…
Ссылка в новой задаче