2016-06-03 21:29:21 +03:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
|
|
# vim: set filetype=python:
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
|
|
|
EXPORTS.mozilla.mscom += [
|
2016-06-03 21:30:31 +03:00
|
|
|
'COMApartmentRegion.h',
|
2016-07-20 20:10:46 +03:00
|
|
|
'MainThreadRuntime.h',
|
2016-07-15 01:55:31 +03:00
|
|
|
'Utils.h',
|
2016-06-03 21:29:21 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
UNIFIED_SOURCES += [
|
2016-07-20 20:10:46 +03:00
|
|
|
'MainThreadRuntime.cpp',
|
2016-07-15 01:55:31 +03:00
|
|
|
'Utils.cpp',
|
2016-06-03 21:29:21 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
include('/ipc/chromium/chromium-config.mozbuild')
|
|
|
|
|
|
|
|
FINAL_LIBRARY = 'xul'
|