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/.
8 BUG_COMPONENT = ("Core", "DOM: Geolocation")
11 "nsGeoPositionIPCSerialiser.h",
14 EXPORTS.mozilla.dom += [
16 "GeolocationCoordinates.h",
17 "GeolocationPosition.h",
18 "GeolocationPositionError.h",
23 "GeolocationCoordinates.cpp",
24 "GeolocationPosition.cpp",
25 "GeolocationPositionError.cpp",
32 include("/ipc/chromium/chromium-config.mozbuild")
40 if CONFIG["MOZ_WIDGET_TOOLKIT"] == "android":
42 "/dom/system/android",
44 elif CONFIG["MOZ_WIDGET_TOOLKIT"] == "cocoa":
48 elif CONFIG["MOZ_WIDGET_TOOLKIT"] == "windows":
50 "/dom/system/windows",
52 elif CONFIG["MOZ_WIDGET_TOOLKIT"] == "gtk":
53 if CONFIG["MOZ_GPSD"]:
57 DEFINES["MOZ_GPSD"] = True