From c5863e26f5a2ac490270141a12c3fd09ab9552f4 Mon Sep 17 00:00:00 2001 From: "ananta@chromium.org" Date: Tue, 9 Dec 2008 00:05:48 +0000 Subject: Specify the dependency on using_wtl.vsprops using a path relative to chrome to ensure that the automation vcproj loads correctly in other solutions like chrome tab. Review URL: http://codereview.chromium.org/13643 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6558 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/automation/automation.vsprops | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/test') diff --git a/chrome/test/automation/automation.vsprops b/chrome/test/automation/automation.vsprops index 23a5fc4..632c700 100644 --- a/chrome/test/automation/automation.vsprops +++ b/chrome/test/automation/automation.vsprops @@ -3,7 +3,7 @@ ProjectType="Visual C++" Version="8.00" Name="automation" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)third_party\wtl\using_wtl.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)..\chrome\third_party\wtl\using_wtl.vsprops" >