Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Unified Diff: experimental/webgtt/tests/nacltest/scons.bat

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/webgtt/tests/nacltest/scons ('k') | experimental/webgtt/tests/nacltest/test.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webgtt/tests/nacltest/scons.bat
diff --git a/experimental/webgtt/tests/nacltest/scons.bat b/experimental/webgtt/tests/nacltest/scons.bat
deleted file mode 100644
index ddf7b749192a4ed58e9209b5d5ff447e7199c51f..0000000000000000000000000000000000000000
--- a/experimental/webgtt/tests/nacltest/scons.bat
+++ /dev/null
@@ -1,27 +0,0 @@
-@echo off
-
-:: Copyright (c) 2011 The Native Client Authors. All rights reserved.
-:: Use of this source code is governed by a BSD-style license that can be
-:: found in the LICENSE file.
-
-setlocal
-
-set NACL_SDK_ROOT=%~dp0..\..\..\..
-:: NACL_TARGET_PLATFORM is really the name of a folder with the base dir -
-:: usually nacl-sdk-root - within which the toolchain for the target platform
-:: are found.
-set NACL_TARGET_PLATFORM=.
-
-:: Set the PYTHONPATH and SCONS_LIB_DIR so we can import SCons modules
-set SCONS_LIB_DIR=%~dp0third_party\scons-2.0.1\engine
-set PYTHONPATH=%NACL_SDK_ROOT%\third_party\scons-2.0.1\engine
-
-:: We have to do this because scons overrides PYTHONPATH and does not preserve
-:: what is provided by the OS. The custom variable name won't be overwritten.
-set PYMOX=%NACL_SDK_ROOT%\third_party\pymox
-
-:: Run the included copy of scons.
-python -O -OO "%NACL_SDK_ROOT%\third_party\scons-2.0.1\script\scons" ^
---warn no-visual-c-missing ^
---file=build.scons ^
---site-dir="%NACL_SDK_ROOT%\build_tools\nacl_sdk_scons" %*
« no previous file with comments | « experimental/webgtt/tests/nacltest/scons ('k') | experimental/webgtt/tests/nacltest/test.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698