diff options
-rw-r--r-- | dom/offline/moz.build | 13 |
1 files 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' |