summaryrefslogtreecommitdiffstats
path: root/chrome/tools/build/win/flattened_html_file.bat
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/tools/build/win/flattened_html_file.bat')
-rw-r--r--chrome/tools/build/win/flattened_html_file.bat14
1 files changed, 0 insertions, 14 deletions
diff --git a/chrome/tools/build/win/flattened_html_file.bat b/chrome/tools/build/win/flattened_html_file.bat
deleted file mode 100644
index 9dcd7b6..0000000
--- a/chrome/tools/build/win/flattened_html_file.bat
+++ /dev/null
@@ -1,14 +0,0 @@
-:: Batch file run as build command for flattening files
-:: The custom build rule is set to expect (inputfile).html
-@echo off
-
-setlocal
-
-set InFile=%~1
-set SolutionDir=%~2
-set OutFile=%~3
-
-:: Put cygwin in the path
-call %SolutionDir%\..\third_party\cygwin\setup_env.bat
-
-%SolutionDir%\..\third_party\python_24\python.exe %SolutionDir%\tools\build\win\html_inline.py %InFile% %OutFile%