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

Side by Side Diff: chrome/tools/build/win/version.rules

Issue 149063008: Remove build references to third_party/cygwin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: undo the deps removal Created 6 years, 10 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <VisualStudioToolFile
3 Name="Version Template"
4 Version="8.00"
5 >
6 <Rules>
7 <CustomBuildRule
8 Name="Version"
9 DisplayName="Version"
10 CommandLine="$(SolutionDir)/../chrome/tools/build/win/ve rsion.bat [inputs] &quot;$(SolutionDir)/../chrome/&quot; &quot;$(IntDir)&quot; & quot;$(IntDir)/$(InputName)&quot; &quot;$(SolutionDir)/../build/util/&quot;"
11 Outputs="$(IntDir)/$(InputName)"
12 AdditionalDependencies="$(SolutionDir)/../chrome/VERSION ;$(SolutionDir)/../chrome/tools/build/win/version.bat"
13 FileExtensions="*.version"
14 ExecutionDescription="Generating version template file"
15 >
16 <Properties>
17 </Properties>
18 </CustomBuildRule>
19 </Rules>
20 </VisualStudioToolFile>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698