summaryrefslogtreecommitdiff
path: root/gfx
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-11-22 11:41:22 -0500
committerMatt A. Tobin <email@mattatobin.com>2021-11-22 11:41:22 -0500
commit7572f6fb227f67f5f820019fe8afa899aa700862 (patch)
tree33e53aa11ae6107f5048f313a0e7b1e748baad0f /gfx
parent3bcef0ff65fa2ab6a482543afd1b1e00dd31cfee (diff)
downloadaura-central-7572f6fb227f67f5f820019fe8afa899aa700862.tar.gz
Issue %3005 - Move docshell/ to system/
Diffstat (limited to 'gfx')
-rw-r--r--gfx/layers/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/layers/moz.build b/gfx/layers/moz.build
index d2b5b92f2..11d6ee7a6 100644
--- a/gfx/layers/moz.build
+++ b/gfx/layers/moz.build
@@ -366,10 +366,10 @@ IPDL_SOURCES = [
include('/ipc/chromium/chromium-config.mozbuild')
LOCAL_INCLUDES += [
- '/docshell/base', # for nsDocShell.h
'/layout/base', # for TouchManager.h
'/layout/generic', # for nsTextFrame.h
'/libs/libyuv/include', # for libyuv.h
+ '/system/docshell/base', # for nsDocShell.h
]
FINAL_LIBRARY = 'xul'