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 EXPORTS.mozilla.mscom += [
37 'ProfilerMarkers.cpp',
39 'RegistrationAnnotator.cpp',
43 if CONFIG['ACCESSIBILITY']:
48 EXPORTS.mozilla.mscom += [
49 'ActivationContext.h',
50 'DispatchForwarder.h',
55 'MainThreadHandoff.h',
56 'MainThreadInvoker.h',
65 'MainThreadHandoff.cpp',
72 'ActivationContext.cpp',
73 'DispatchForwarder.cpp',
76 'MainThreadInvoker.cpp',
85 DEFINES['MOZ_MSCOM_REMARSHAL_NO_HANDLER'] = True
87 include('/ipc/chromium/chromium-config.mozbuild')
92 BUG_COMPONENT = ("Core", "IPC: MSCOM")