Bug 1306290 - Always export CamerasTypes.h. r=jesup

MozReview-Commit-ID: g4ptH9tjJm

--HG--
extra : rebase_source : 713fc07884b58f2155e5a8382fb945d18077c90d
This commit is contained in:
Gian-Carlo Pascutto 2016-10-03 20:05:30 +02:00
parent 5c2901176e
commit da63392ebd
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
include protocol PContent;
include protocol PBackground;
using mozilla::camera::CaptureEngine from "CamerasTypes.h";
using mozilla::camera::CaptureEngine from "mozilla/media/CamerasTypes.h";
namespace mozilla {
namespace camera {

View File

@ -8,7 +8,6 @@ if CONFIG['MOZ_WEBRTC']:
EXPORTS += [
'CamerasChild.h',
'CamerasParent.h',
'CamerasTypes.h',
'LoadManager.h',
'LoadManagerFactory.h',
'LoadMonitor.h',
@ -63,7 +62,8 @@ if CONFIG['_MSC_VER']:
EXPORTS.mozilla += ['ShmemPool.h',]
EXPORTS.mozilla.media += ['DeviceChangeCallback.h',
EXPORTS.mozilla.media += ['CamerasTypes.h',
'DeviceChangeCallback.h',
'MediaChild.h',
'MediaParent.h',
'MediaSystemResourceClient.h',