summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-11-22 12:36:37 -0500
committerMatt A. Tobin <email@mattatobin.com>2021-11-22 12:36:37 -0500
commit05af2700bc5b3a9d23ebac1f51f706b82e35a2ca (patch)
treee52074dee3cacf844469ae2b18bedb6ad63f87f8 /components
parent7572f6fb227f67f5f820019fe8afa899aa700862 (diff)
downloadaura-central-05af2700bc5b3a9d23ebac1f51f706b82e35a2ca.tar.gz
Issue %3005 - Move toolkit/xre to system/runtime
Diffstat (limited to 'components')
-rw-r--r--components/build/moz.build2
-rw-r--r--components/profile/moz.build2
-rw-r--r--components/update/app/moz.build2
3 files changed, 3 insertions, 3 deletions
diff --git a/components/build/moz.build b/components/build/moz.build
index a97c6b517..8bb583078 100644
--- a/components/build/moz.build
+++ b/components/build/moz.build
@@ -26,7 +26,7 @@ LOCAL_INCLUDES += [
'../startup',
'../statusfilter',
'../typeaheadfind',
- '/toolkit/xre',
+ '/system/runtime',
]
if not CONFIG['MOZ_DISABLE_PARENTAL_CONTROLS']:
diff --git a/components/profile/moz.build b/components/profile/moz.build
index 9b821de02..af0009490 100644
--- a/components/profile/moz.build
+++ b/components/profile/moz.build
@@ -18,7 +18,7 @@ SOURCES += [
if CONFIG['OS_ARCH'] == 'WINNT':
SOURCES += ['src/ProfileUnlockerWin.cpp']
-LOCAL_INCLUDES += ['/toolkit/xre']
+LOCAL_INCLUDES += ['/system/runtime']
XPIDL_MODULE = 'toolkitprofile'
FINAL_LIBRARY = 'xul'
diff --git a/components/update/app/moz.build b/components/update/app/moz.build
index e2a229998..40fae342f 100644
--- a/components/update/app/moz.build
+++ b/components/update/app/moz.build
@@ -23,7 +23,7 @@ if CONFIG['OS_ARCH'] == 'WINNT':
]
# Pick up nsWindowsRestart.cpp
- LOCAL_INCLUDES += ['/toolkit/xre']
+ LOCAL_INCLUDES += ['/system/runtime']
OS_LIBS += [
'comctl32',