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

Unified Diff: hammer.bat

Issue 624713003: Keep only base/extractor.[cc|h]. (Closed) Base URL: https://chromium.googlesource.com/external/omaha.git@master
Patch Set: Created 6 years, 2 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 | « goopdate/worker_utils_unittest.cc ('k') | installers/SampleApp_installers.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: hammer.bat
diff --git a/hammer.bat b/hammer.bat
deleted file mode 100644
index 7dd816fb207352df2fd5960ea7ef41c9e017c7df..0000000000000000000000000000000000000000
--- a/hammer.bat
+++ /dev/null
@@ -1,14 +0,0 @@
-@echo off
-
-setlocal
-
-set PROXY_CLSID_TARGET=%~dp0proxy_clsids.txt
-set CUSTOMIZATION_UT_TARGET=%~dp0common\omaha_customization_proxy_clsid.h
-
-call %SCT_DIR%\hammer.bat %*
-
-if /i {%1} == {-c} (
- del /q /f "%PROXY_CLSID_TARGET%" 2> NUL
- del /q /f "%CUSTOMIZATION_UT_TARGET%" 2> NUL
-)
-
« no previous file with comments | « goopdate/worker_utils_unittest.cc ('k') | installers/SampleApp_installers.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698