зеркало из https://github.com/electron/electron.git
chore: remove unsupported DISABLE_NACL define
This commit is contained in:
Родитель
147d5f0dd9
Коммит
784c06c784
|
@ -16,10 +16,6 @@ static_library("brightray") {
|
|||
|
||||
include_dirs = [ ".." ]
|
||||
|
||||
defines = [
|
||||
"DISABLE_NACL=1",
|
||||
]
|
||||
|
||||
if (is_linux) {
|
||||
deps += [ "//build/config/linux/gtk" ]
|
||||
}
|
||||
|
|
|
@ -30,9 +30,6 @@ bool SubprocessNeedsResourceBundle(const std::string& process_type) {
|
|||
#if defined(OS_MACOSX)
|
||||
// Mac needs them too for scrollbar related images and for sandbox
|
||||
// profiles.
|
||||
#if !defined(DISABLE_NACL)
|
||||
process_type == switches::kNaClLoaderProcess ||
|
||||
#endif
|
||||
process_type == switches::kPpapiPluginProcess ||
|
||||
process_type == switches::kPpapiBrokerProcess ||
|
||||
process_type == switches::kGpuProcess ||
|
||||
|
|
Загрузка…
Ссылка в новой задаче