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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « goopdate/worker_utils_unittest.cc ('k') | installers/SampleApp_installers.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 @echo off
2
3 setlocal
4
5 set PROXY_CLSID_TARGET=%~dp0proxy_clsids.txt
6 set CUSTOMIZATION_UT_TARGET=%~dp0common\omaha_customization_proxy_clsid.h
7
8 call %SCT_DIR%\hammer.bat %*
9
10 if /i {%1} == {-c} (
11 del /q /f "%PROXY_CLSID_TARGET%" 2> NUL
12 del /q /f "%CUSTOMIZATION_UT_TARGET%" 2> NUL
13 )
14
OLDNEW
« 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