diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-18 00:25:59 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-04-18 00:25:59 -0400 |
commit | aab8d83f005b81d30d42a90045a7048d71d03c80 (patch) | |
tree | 6b6b6301c6af1908a65448c32d109ad198911550 /layout | |
parent | 4187fbb2e8bc6d30a202500691b7f361414d06b8 (diff) | |
download | UXP-aab8d83f005b81d30d42a90045a7048d71d03c80.tar UXP-aab8d83f005b81d30d42a90045a7048d71d03c80.tar.gz UXP-aab8d83f005b81d30d42a90045a7048d71d03c80.tar.lz UXP-aab8d83f005b81d30d42a90045a7048d71d03c80.tar.xz UXP-aab8d83f005b81d30d42a90045a7048d71d03c80.zip |
Issue #80 - De-unify /layout/inspector
Diffstat (limited to 'layout')
-rw-r--r-- | layout/inspector/moz.build | 4 |
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', ] |