chore: remove unsupported DISABLE_NACL define

This commit is contained in:
Jeremy Apthorp 2018-09-12 12:09:41 -07:00
Родитель 147d5f0dd9
Коммит 784c06c784
2 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -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 ||