summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.sln
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-27 19:29:18 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-27 19:29:18 +0000
commitfc2d146da41e7e94d6f7b28c0a914ca0c5239964 (patch)
treebe1b90665f3b4feeb1f443010f4df1d9b9e9451b /webkit/webkit.sln
parent955260a64e2672eefdb66ce28130766714edc238 (diff)
downloadchromium_src-fc2d146da41e7e94d6f7b28c0a914ca0c5239964.zip
chromium_src-fc2d146da41e7e94d6f7b28c0a914ca0c5239964.tar.gz
chromium_src-fc2d146da41e7e94d6f7b28c0a914ca0c5239964.tar.bz2
Move glue.vcproj and glue.vsprops into the webkit/glue directory next to webkit/glue/SConscript. This is how we organize all the other google vcproj files.
Review URL: http://codereview.chromium.org/18695 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8738 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.sln')
-rw-r--r--webkit/webkit.sln2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/webkit.sln b/webkit/webkit.sln
index ce28223..76def83 100644
--- a/webkit/webkit.sln
+++ b/webkit/webkit.sln
@@ -6,7 +6,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dependencies", "dependencie
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Glue", "build\glue\glue.vcproj", "{C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Glue", "glue\glue.vcproj", "{C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"