diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-04-18 20:48:58 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-04-18 20:48:58 -0500 |
commit | 1111ec7506264dfd224ca117a5761436c78aaf45 (patch) | |
tree | 8163f65037dc9f7edb56d95f332ff19146f90476 /xpcom | |
parent | 5970ab8b55d3bf835bcf67d04352a0b3cfa3581d (diff) | |
download | aura-central-1111ec7506264dfd224ca117a5761436c78aaf45.tar.gz |
Issue #10 - Move docshell to components/
Diffstat (limited to 'xpcom')
-rw-r--r-- | xpcom/build/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xpcom/build/moz.build b/xpcom/build/moz.build index 8abd331e8..a18751675 100644 --- a/xpcom/build/moz.build +++ b/xpcom/build/moz.build @@ -74,8 +74,8 @@ LOCAL_INCLUDES += [ '../io', '../reflect/xptinfo', '../threads', + '/components/docshell/src', '/components/registry/src', - '/system/docshell/base', ] if CONFIG['MOZ_VPX']: |