diff options
Diffstat (limited to 'dom/media/gmp/moz.build')
-rw-r--r-- | dom/media/gmp/moz.build | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dom/media/gmp/moz.build b/dom/media/gmp/moz.build index f7b012733..79de6e1d9 100644 --- a/dom/media/gmp/moz.build +++ b/dom/media/gmp/moz.build @@ -128,10 +128,10 @@ if CONFIG['MOZ_EME']: 'GMPCDMProxy.cpp', ] -DIRS += [ - 'rlz', - 'widevine-adapter', -] +DIRS += ['rlz'] + +if CONFIG['MOZ_EME']: + DIRS += ['widevine-adapter'] IPDL_SOURCES += [ 'GMPTypes.ipdlh', |