From 38bb18bc2052d38ab29644a42d60d3bcb43d25d2 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 18 Apr 2020 00:43:00 -0400 Subject: Issue #80 - De-unify dom/offline --- dom/offline/moz.build | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/dom/offline/moz.build b/dom/offline/moz.build index 1e3c192c5..2baa12496 100644 --- a/dom/offline/moz.build +++ b/dom/offline/moz.build @@ -4,15 +4,10 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -EXPORTS += [ - 'nsDOMOfflineResourceList.h', -] -UNIFIED_SOURCES += [ - 'nsDOMOfflineResourceList.cpp', -] +EXPORTS += ['nsDOMOfflineResourceList.h'] -LOCAL_INCLUDES += [ - '/dom/base', -] +SOURCES += ['nsDOMOfflineResourceList.cpp'] + +LOCAL_INCLUDES += ['/dom/base'] FINAL_LIBRARY = 'xul' -- cgit v1.2.3