diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-04-09 21:07:22 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-04-09 21:07:22 -0500 |
commit | 13b7cbf66a68f8e08b4513440bfbd95b660f7624 (patch) | |
tree | 2dc74b699d4128963295938e23fbe3ce636ed554 /layout/build | |
parent | 03921c137d18bdb34b2440fcefbe19cf26b81008 (diff) | |
download | aura-central-13b7cbf66a68f8e08b4513440bfbd95b660f7624.tar.gz |
[Structure] Move editor back to topsrcdir
Diffstat (limited to 'layout/build')
-rw-r--r-- | layout/build/moz.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layout/build/moz.build b/layout/build/moz.build index 0a301ebdf..69739e964 100644 --- a/layout/build/moz.build +++ b/layout/build/moz.build @@ -48,12 +48,12 @@ LOCAL_INCLUDES += [ '/dom/xslt/xslt', '/dom/xul', '/dom/xul/templates', + '/editor/composer', + '/editor/txmgr', + '/editor/txtsvc', '/js/xpconnect/loader', '/js/xpconnect/src', '/system/docshell/base', - '/system/editor/composer', - '/system/editor/txmgr', - '/system/editor/txtsvc', '/system/network/base', '/system/network/cookie', '/system/security/script', |