mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1058101 - Move dom/src/geolocation/ into dom/. r=mccr8
--HG-- rename : dom/src/geolocation/moz.build => dom/geolocation/moz.build rename : dom/src/geolocation/nsGeoPosition.cpp => dom/geolocation/nsGeoPosition.cpp rename : dom/src/geolocation/nsGeoPosition.h => dom/geolocation/nsGeoPosition.h rename : dom/src/geolocation/nsGeoPositionIPCSerialiser.h => dom/geolocation/nsGeoPositionIPCSerialiser.h rename : dom/src/geolocation/nsGeolocation.cpp => dom/geolocation/nsGeolocation.cpp rename : dom/src/geolocation/nsGeolocation.h => dom/geolocation/nsGeolocation.h
This commit is contained in:
parent
8e7271b7b4
commit
c5d2ecf8af
@ -151,7 +151,6 @@ LOCAL_INCLUDES += [
|
||||
'../events',
|
||||
'../media',
|
||||
'../network',
|
||||
'../src/geolocation',
|
||||
'../src/storage',
|
||||
'../time',
|
||||
'../workers',
|
||||
@ -159,6 +158,7 @@ LOCAL_INCLUDES += [
|
||||
'/content/base/src',
|
||||
'/content/html/document/src',
|
||||
'/content/xul/document/src',
|
||||
'/dom/geolocation',
|
||||
'/layout/base',
|
||||
'/layout/generic',
|
||||
'/layout/style',
|
||||
|
@ -54,8 +54,8 @@ LOCAL_INCLUDES += [
|
||||
'/dom/bluetooth',
|
||||
'/dom/camera',
|
||||
'/dom/canvas',
|
||||
'/dom/geolocation',
|
||||
'/dom/indexedDB',
|
||||
'/dom/src/geolocation',
|
||||
'/dom/workers',
|
||||
'/dom/xbl',
|
||||
'/dom/xml',
|
||||
|
@ -100,7 +100,6 @@ include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
LOCAL_INCLUDES += [
|
||||
'../src/geolocation',
|
||||
'../src/storage',
|
||||
'/chrome',
|
||||
'/content/base/src',
|
||||
@ -112,6 +111,7 @@ LOCAL_INCLUDES += [
|
||||
'/dom/devicestorage',
|
||||
'/dom/filesystem',
|
||||
'/dom/fmradio/ipc',
|
||||
'/dom/geolocation',
|
||||
'/dom/indexedDB',
|
||||
'/dom/indexedDB/ipc',
|
||||
'/dom/mobilemessage/ipc',
|
||||
|
@ -56,6 +56,7 @@ DIRS += [
|
||||
'filehandle',
|
||||
'filesystem',
|
||||
'fmradio',
|
||||
'geolocation',
|
||||
'asmjscache',
|
||||
'mathml',
|
||||
'media',
|
||||
|
@ -9,7 +9,6 @@ DIRS += [
|
||||
'storage',
|
||||
'offline',
|
||||
'json',
|
||||
'geolocation',
|
||||
'notification',
|
||||
]
|
||||
|
||||
|
@ -15,6 +15,6 @@ include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
LOCAL_INCLUDES += [
|
||||
'/dom/src/geolocation',
|
||||
'/dom/geolocation',
|
||||
]
|
||||
|
||||
|
@ -103,7 +103,7 @@ include('/ipc/chromium/chromium-config.mozbuild')
|
||||
LOCAL_INCLUDES += [
|
||||
'/dom/base',
|
||||
'/dom/bluetooth',
|
||||
'/dom/src/geolocation',
|
||||
'/dom/geolocation',
|
||||
'/dom/wifi',
|
||||
]
|
||||
|
||||
|
@ -12,6 +12,6 @@ include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
LOCAL_INCLUDES += [
|
||||
'/dom/src/geolocation',
|
||||
'/dom/geolocation',
|
||||
]
|
||||
|
||||
|
@ -15,7 +15,7 @@ if CONFIG['MOZ_ENABLE_QT5GEOPOSITION']:
|
||||
CXXFLAGS += CONFIG['MOZ_QT_CFLAGS']
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'/dom/src/geolocation',
|
||||
'/dom/geolocation',
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_ENABLE_QT5FEEDBACK']:
|
||||
|
@ -50,9 +50,9 @@ LOCAL_INCLUDES += [
|
||||
'/dom/camera',
|
||||
'/dom/canvas',
|
||||
'/dom/filesystem',
|
||||
'/dom/geolocation',
|
||||
'/dom/media',
|
||||
'/dom/speakermanager',
|
||||
'/dom/src/geolocation',
|
||||
'/dom/src/json',
|
||||
'/dom/src/jsurl',
|
||||
'/dom/src/offline',
|
||||
|
Loading…
Reference in New Issue
Block a user