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:
Birunthan Mohanathas 2014-08-30 21:43:45 -07:00
parent 8e7271b7b4
commit c5d2ecf8af
16 changed files with 9 additions and 9 deletions

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -56,6 +56,7 @@ DIRS += [
'filehandle',
'filesystem',
'fmradio',
'geolocation',
'asmjscache',
'mathml',
'media',

View File

@ -9,7 +9,6 @@ DIRS += [
'storage',
'offline',
'json',
'geolocation',
'notification',
]

View File

@ -15,6 +15,6 @@ include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [
'/dom/src/geolocation',
'/dom/geolocation',
]

View File

@ -103,7 +103,7 @@ include('/ipc/chromium/chromium-config.mozbuild')
LOCAL_INCLUDES += [
'/dom/base',
'/dom/bluetooth',
'/dom/src/geolocation',
'/dom/geolocation',
'/dom/wifi',
]

View File

@ -12,6 +12,6 @@ include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [
'/dom/src/geolocation',
'/dom/geolocation',
]

View File

@ -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']:

View File

@ -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',