summaryrefslogtreecommitdiff
path: root/xpcom
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-04-18 20:48:58 -0500
committerMatt A. Tobin <email@mattatobin.com>2022-04-18 20:48:58 -0500
commit1111ec7506264dfd224ca117a5761436c78aaf45 (patch)
tree8163f65037dc9f7edb56d95f332ff19146f90476 /xpcom
parent5970ab8b55d3bf835bcf67d04352a0b3cfa3581d (diff)
downloadaura-central-1111ec7506264dfd224ca117a5761436c78aaf45.tar.gz
Issue #10 - Move docshell to components/
Diffstat (limited to 'xpcom')
-rw-r--r--xpcom/build/moz.build2
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']: