diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-11-19 15:54:15 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2021-11-19 15:54:15 -0500 |
commit | 52c7d91724eda8cbcfa6375ea285383ccaa0261c (patch) | |
tree | 84e3af891b215b7ca5c374d96fe5a67bae9b6f3b /layout/build | |
parent | 66448e6cac3d56c48d2604a87f00576513b96da3 (diff) | |
download | aura-central-52c7d91724eda8cbcfa6375ea285383ccaa0261c.tar.gz |
Issue %3005 - Move view/ to layout/
Diffstat (limited to 'layout/build')
-rw-r--r-- | layout/build/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/build/moz.build b/layout/build/moz.build index 3e76edc49..cb606d2a6 100644 --- a/layout/build/moz.build +++ b/layout/build/moz.build @@ -25,6 +25,7 @@ LOCAL_INCLUDES += [ '../mathml', '../style', '../tables', + '../view', '../xul', '/caps', '/docshell/base', @@ -56,7 +57,6 @@ LOCAL_INCLUDES += [ '/js/xpconnect/src', '/netwerk/base', '/netwerk/cookie', - '/view', ] if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows': |