summaryrefslogtreecommitdiff
path: root/dom/geolocation
diff options
context:
space:
mode:
authorBrian Smith <brian@dbsoft.org>2022-04-26 09:57:40 -0500
committerBrian Smith <brian@dbsoft.org>2022-04-26 10:19:03 -0500
commit93407295fc1e294855b7943cb00c00d2d4debc02 (patch)
treec485b918766c8618123f068740e72463f8acec63 /dom/geolocation
parentdb8d2ef67236c020764c5c01546dacd2c362ddd5 (diff)
downloaduxp-93407295fc1e294855b7943cb00c00d2d4debc02.tar.gz
Issue #1829 - Revert “Issue #1751 -- Remove cocoa support code from /dom”
This reverts commit ca35efb84ebae522f9ab7803d8e017f721e03207.
Diffstat (limited to 'dom/geolocation')
-rw-r--r--dom/geolocation/moz.build6
1 files changed, 5 insertions, 1 deletions
diff --git a/dom/geolocation/moz.build b/dom/geolocation/moz.build
index 4a7d8b17be..441349e5f9 100644
--- a/dom/geolocation/moz.build
+++ b/dom/geolocation/moz.build
@@ -25,7 +25,11 @@ LOCAL_INCLUDES += [
'/dom/ipc',
]
-if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
+if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
+ LOCAL_INCLUDES += [
+ '/dom/system/mac',
+ ]
+elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
LOCAL_INCLUDES += [
'/dom/system/windows',
]