Commit bd886cbe authored by Mike Hommey's avatar Mike Hommey
Browse files

Bug 1834932 - Only define mac shell service component on cocoa toolkit....

Bug 1834932 - Only define mac shell service component on cocoa toolkit. r=firefox-build-system-reviewers,nalexander

The corresponding source is only built in that configuration per
browser/components/shell/moz.build.

Differential Revision: https://phabricator.services.mozilla.com/D179015
parent 4ae64cc3
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -31,10 +31,6 @@ elif TOOLKIT == 'cocoa':
            'type': 'nsMacAttributionService',
            'headers': ['nsMacAttribution.h'],
        },
    ]

if buildconfig.substs['OS_ARCH'] == 'Darwin':
    Classes += [
        {
            'cid': '{63c7b9f4-0cc8-43f8-b666-0a661655cb73}',
            'contract_ids': shell_service_contracts,