diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-20 19:13:38 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-20 19:13:38 +0000 |
commit | eb30cb13961a2fdf48395acf6e52bf00f70b75d7 (patch) | |
tree | aa1a1c0678f9a959497753759ac4614332811ec2 /webkit/build/webkit_version.rules | |
parent | 662bec415c7b4a2c25ba413fffc9e937d8723f3b (diff) | |
download | chromium_src-eb30cb13961a2fdf48395acf6e52bf00f70b75d7.zip chromium_src-eb30cb13961a2fdf48395acf6e52bf00f70b75d7.tar.gz chromium_src-eb30cb13961a2fdf48395acf6e52bf00f70b75d7.tar.bz2 |
Reverting 8295.
Review URL: http://codereview.chromium.org/18371
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8296 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build/webkit_version.rules')
-rw-r--r-- | webkit/build/webkit_version.rules | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/webkit/build/webkit_version.rules b/webkit/build/webkit_version.rules index 8800223..94e11e8 100644 --- a/webkit/build/webkit_version.rules +++ b/webkit/build/webkit_version.rules @@ -7,10 +7,9 @@ <CustomBuildRule Name="WebKitVersion" DisplayName="WebKit Version" - CommandLine="$(SolutionDir)/../third_party/python_24/python.exe $(SolutionDir)/../webkit/build/webkit_version.py "$(InputPath)" "$(IntDir)/../WebCore/"" - Outputs="$(IntDir)/../WebCore/webkit_version.h" + CommandLine="$(SolutionDir)/../third_party/python_24/python.exe $(SolutionDir)/../webkit/build/webkit_version.py "$(InputPath)" "$(IntDir)"" + Outputs="$(IntDir)/webkit_version.h" FileExtensions="*.xcconfig" - ExecutionDescription="Generating webkit_version.h" > <Properties> </Properties> |