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

Unified 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: remove unused block Created 6 years, 11 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 | « chrome/tools/build/win/version.bat ('k') | content/content_browsertests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/win/version.rules
diff --git a/chrome/tools/build/win/version.rules b/chrome/tools/build/win/version.rules
deleted file mode 100644
index 21ed738f3079c602dc0fd048f0ec8142d0cce52a..0000000000000000000000000000000000000000
--- a/chrome/tools/build/win/version.rules
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<VisualStudioToolFile
- Name="Version Template"
- Version="8.00"
- >
- <Rules>
- <CustomBuildRule
- Name="Version"
- DisplayName="Version"
- CommandLine="$(SolutionDir)/../chrome/tools/build/win/version.bat [inputs] &quot;$(SolutionDir)/../chrome/&quot; &quot;$(IntDir)&quot; &quot;$(IntDir)/$(InputName)&quot; &quot;$(SolutionDir)/../build/util/&quot;"
- Outputs="$(IntDir)/$(InputName)"
- AdditionalDependencies="$(SolutionDir)/../chrome/VERSION;$(SolutionDir)/../chrome/tools/build/win/version.bat"
- FileExtensions="*.version"
- ExecutionDescription="Generating version template file"
- >
- <Properties>
- </Properties>
- </CustomBuildRule>
- </Rules>
-</VisualStudioToolFile>
« no previous file with comments | « chrome/tools/build/win/version.bat ('k') | content/content_browsertests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698