Removed unused files.

This commit is contained in:
bkaradzic 2014-01-02 09:20:58 -08:00
parent 82d6813c5c
commit 7d61b3eafa
3 changed files with 0 additions and 31 deletions

View File

@ -1,6 +0,0 @@
{
"program": {
"x86-32": {"url": "nacl-x86/helloworldRelease.nexe"},
"x86-64": {"url": "nacl-x64/helloworldRelease.nexe"}
}
}

View File

@ -1,15 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>BGFX: Hello, World!</title>
</head>
<body>
<embed name="nacl_module"
id="helloworld"
width=1280
height=720
src="helloworld.nmf"
type="application/x-nacl"
/>
</body>
</html>

View File

@ -1,10 +0,0 @@
@echo off
setlocal
set NACL_DEBUG=%~dp0..\..\.debug\nacl
set NACL_EXE_STDERR=%NACL_DEBUG%\stderr.txt
set NACL_EXE_STDOUT=%NACL_DEBUG%\stdout.txt
set NACL_DANGEROUS_ENABLE_FILE_ACCESS=1
mkdir %NACL_DEBUG% > nul
rm -rf %NACL_EXE_STDERR% > nul
rm -rf %NACL_EXE_STDOUT% > nul
start %LOCALAPPDATA%\Google\Chrome\Application\chrome.exe --incognito --no-sandbox --show-fps-counter http://localhost:8080 %*