summaryrefslogtreecommitdiffstats
path: root/layout
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-18 00:25:59 -0400
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-24 10:27:18 +0200
commit802a4cfefe2945053870efa208c67e950e4f8960 (patch)
treea65704092d0be53bcf963dbe6edce5bba32bf0be /layout
parent5641a6d574a60c2bb95bdc30660d5e0e9e0fbbe4 (diff)
downloadUXP-802a4cfefe2945053870efa208c67e950e4f8960.tar
UXP-802a4cfefe2945053870efa208c67e950e4f8960.tar.gz
UXP-802a4cfefe2945053870efa208c67e950e4f8960.tar.lz
UXP-802a4cfefe2945053870efa208c67e950e4f8960.tar.xz
UXP-802a4cfefe2945053870efa208c67e950e4f8960.zip
Issue #80 - De-unify /layout/inspector
Diffstat (limited to 'layout')
-rw-r--r--layout/inspector/moz.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/layout/inspector/moz.build b/layout/inspector/moz.build
index 1576b7d14..bbf808292 100644
--- a/layout/inspector/moz.build
+++ b/layout/inspector/moz.build
@@ -26,7 +26,7 @@ EXPORTS += [
'nsFontFaceList.h',
]
-UNIFIED_SOURCES += [
+SOURCES += [
'inCSSValueSearch.cpp',
'inDeepTreeWalker.cpp',
'inDOMUtils.cpp',
@@ -37,7 +37,7 @@ UNIFIED_SOURCES += [
]
if CONFIG['MOZ_XUL']:
- UNIFIED_SOURCES += [
+ SOURCES += [
'inDOMView.cpp',
]