Skip to content

Commit

Permalink
chore: remove unsupported DISABLE_NACL define
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon committed Sep 12, 2018
1 parent 147d5f0 commit 784c06c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions brightray/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ static_library("brightray") {

include_dirs = [ ".." ]

defines = [
"DISABLE_NACL=1",
]

if (is_linux) {
deps += [ "//build/config/linux/gtk" ]
}
Expand Down
3 changes: 0 additions & 3 deletions brightray/common/main_delegate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 ||
Expand Down

0 comments on commit 784c06c

Please sign in to comment.