Backed out changeset f85447f6f56d (bug 1891145) for causing mochitest failures @...
[gecko.git] / ipc / chromium / chromium-config.mozbuild
blobbafb02feaafd8aa8f447d46061f6856fa5ee920b
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 LOCAL_INCLUDES += [
8     "!/ipc/ipdl/_ipdlheaders",
9     "/ipc/chromium/src",
12 if CONFIG["OS_ARCH"] == "WINNT":
13     OS_LIBS += [
14         "shell32",
15         "dbghelp",
16     ]
18     DEFINES["UNICODE"] = True
19     DEFINES["_UNICODE"] = True
20     DEFINES["_CRT_RAND_S"] = True
21     DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True
22     DEFINES["_SECURE_ATL"] = True
23     DEFINES["CHROMIUM_BUILD"] = True
24     DEFINES["U_STATIC_IMPLEMENTATION"] = True
25     DEFINES["WIN32"] = True
26     DEFINES["_WIN32"] = True
27     DEFINES["_WINDOWS"] = True
28     DEFINES["WIN32_LEAN_AND_MEAN"] = True