Bug 1639230: Remove vendor prefix for printing with webdriver r=jgraham,webdriver...
[gecko.git] / dom / worklet / moz.build
blobdc427cab5384191f2f73eaec3fa1dddeb997cc70
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 with Files("**"):
8     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
10 EXPORTS.mozilla.dom += [
11     'Worklet.h',
12     'WorkletGlobalScope.h',
13     'WorkletImpl.h',
14     'WorkletPrincipals.h',
15     'WorkletThread.h',
18 UNIFIED_SOURCES += [
19     'Worklet.cpp',
20     'WorkletGlobalScope.cpp',
21     'WorkletImpl.cpp',
22     'WorkletPrincipals.cpp',
23     'WorkletThread.cpp',
26 LOCAL_INCLUDES += [
27     '/js/xpconnect/src',
30 include('/ipc/chromium/chromium-config.mozbuild')
32 MOCHITEST_MANIFESTS += ['tests/mochitest.ini']
34 FINAL_LIBRARY = 'xul'