chore: remove unsupported DISABLE_NACL define

This commit is contained in:
Jeremy Apthorp 2018-09-12 12:09:41 -07:00
parent 147d5f0dd9
commit 784c06c784
2 changed files with 0 additions and 7 deletions

View file

@ -16,10 +16,6 @@ static_library("brightray") {
include_dirs = [ ".." ]
defines = [
"DISABLE_NACL=1",
]
if (is_linux) {
deps += [ "//build/config/linux/gtk" ]
}

View file

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