fune/browser/app/winlauncher
Toshihito Kikuchi 2279f22a3f Bug 1697282 - Make the repo buildable without MOZ_LAUNCHER_PROCESS. r=aklotz
This patch makes sure the repo can be built without `MOZ_LAUNCHER_PROCESS`.

- Compile WinTokenUtils.cpp under winlaucher regardless of `MOZ_LAUNCHER_PROCESS`
  because we still need `IsAdminWithoutUac`.
- Skip TestDllBlocklist.NoOpEntryPoint GTest because the `RedirectToNoOpEntryPoint`
  feature is only available with the new blocklist with the launcher process.

Differential Revision: https://phabricator.services.mozilla.com/D108142
2021-03-12 23:38:01 +00:00
..
freestanding Bug 1686229 - Part1. Add a member to ModuleLoadInfo to indicate the status of DLL load. r=mhowell 2021-01-23 00:12:49 +00:00
test Bug 1684532 - Detect injected dependent modules in NtMapViewOfSection. r=mhowell 2021-01-13 15:13:18 +00:00
DllBlocklistInit.cpp Bug 1684532 - Detect injected dependent modules in NtMapViewOfSection. r=mhowell 2021-01-13 15:13:18 +00:00
DllBlocklistInit.h
ErrorHandler.cpp
ErrorHandler.h
LauncherProcessWin.cpp Bug 1685213 - Part 1: Save and access the startup shortcut. r=bytesized 2021-02-25 23:15:46 +00:00
LauncherProcessWin.h
LaunchUnelevated.cpp
LaunchUnelevated.h
moz.build Bug 1697282 - Make the repo buildable without MOZ_LAUNCHER_PROCESS. r=aklotz 2021-03-12 23:38:01 +00:00
NtLoaderAPI.cpp Bug 1676913 - Restrict a caller of GetDependentModulePaths to xul.dll. r=mhowell 2020-11-18 01:03:02 +00:00
ProcThreadAttributes.h
SameBinary.h