Files
brave-core/sandbox/win/sources.gni
T
Pavel Beloborodov 1fb3361fa5 brave.exe -> chrome.exe mimic. (#17671)
* brave.exe -> chrome.exe spoofing in sandboxed processes.
* Added 'ModuleFileNamePatch' (disabled by default) feature to brave://flags
2023-03-22 18:22:17 +01:00

10 lines
425 B
Plaintext

# Copyright (c) 2023 The Brave Authors. All rights reserved.
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at https://mozilla.org/MPL/2.0/.
brave_sandbox_win_sandbox_sources = [
"//brave/sandbox/win/src/module_file_name_interception.cc",
"//brave/sandbox/win/src/module_file_name_interception.h",
]