From 05af2700bc5b3a9d23ebac1f51f706b82e35a2ca Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Mon, 22 Nov 2021 12:36:37 -0500 Subject: Issue %3005 - Move toolkit/xre to system/runtime --- components/build/moz.build | 2 +- components/profile/moz.build | 2 +- components/update/app/moz.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'components') 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', -- cgit v1.2.3