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

Unified Diff: chrome/tools/build/win/version.rules

Issue 7104106: Unify the version string to be displayed on "About Chromium" dialog. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Update how to construct webkit_url Created 9 years, 5 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') | webkit/build/webkit_version.py » ('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
index 002e3afc602160a32b3e3488afe001a8f6fd05b5..21ed738f3079c602dc0fd048f0ec8142d0cce52a 100644
--- a/chrome/tools/build/win/version.rules
+++ b/chrome/tools/build/win/version.rules
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<VisualStudioToolFile
Name="Version Template"
Version="8.00"
@@ -7,7 +7,7 @@
<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;"
+ 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"
« no previous file with comments | « chrome/tools/build/win/version.bat ('k') | webkit/build/webkit_version.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698