mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1884832 - Move CFTypeRefPtr.h to xpcom. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D204322
This commit is contained in:
parent
752c080608
commit
2e255f0f20
@ -18,7 +18,6 @@ XPIDL_SOURCES += [
|
||||
XPIDL_MODULE = "widget_cocoa"
|
||||
|
||||
EXPORTS += [
|
||||
"CFTypeRefPtr.h",
|
||||
"DesktopBackgroundImage.h",
|
||||
"MediaHardwareKeysEventSourceMac.h",
|
||||
"MediaHardwareKeysEventSourceMacMediaCenter.h",
|
||||
|
@ -37,6 +37,7 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] == "cocoa":
|
||||
]
|
||||
if CONFIG["OS_ARCH"] == "Darwin":
|
||||
EXPORTS += [
|
||||
"CFTypeRefPtr.h",
|
||||
"nsObjCExceptions.h",
|
||||
]
|
||||
EXPORTS.mozilla += [
|
||||
|
Loading…
Reference in New Issue
Block a user