Bug 1913377 - Comment and assert that `allowedScope` has a very limited set of values...
[gecko.git] / dom / simpledb / moz.build
blob54b4568f697f044dd17c7646f5acb81ca8008759
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 XPIDL_SOURCES += [
8     "nsISDBCallbacks.idl",
9     "nsISDBConnection.idl",
10     "nsISDBRequest.idl",
11     "nsISDBResults.idl",
14 XPIDL_MODULE = "dom_simpledb"
16 EXPORTS.mozilla.dom.simpledb += [
17     "ActorsParent.h",
20 EXPORTS.mozilla.dom += [
21     "SDBConnection.h",
24 UNIFIED_SOURCES += [
25     "ActorsChild.cpp",
26     "ActorsParent.cpp",
27     "SDBConnection.cpp",
28     "SDBRequest.cpp",
29     "SDBResults.cpp",
30     "SimpleDBCommon.cpp",
33 IPDL_SOURCES += [
34     "PBackgroundSDBConnection.ipdl",
35     "PBackgroundSDBRequest.ipdl",
38 include("/ipc/chromium/chromium-config.mozbuild")
40 FINAL_LIBRARY = "xul"