Bug 1883287 - Don't wait for the hidden window to be created on Linux to load the...
[gecko.git] / storage / build / moz.build
blob0af582bb734caa4bf29bd98b1be481ebcb6aeb22
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 += [
8     "mozStorageCID.h",
11 XPCOM_MANIFESTS += [
12     "components.conf",
15 FINAL_LIBRARY = "xul"
17 CXXFLAGS += CONFIG["SQLITE_CFLAGS"]