diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-09 00:05:48 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-09 00:05:48 +0000 |
commit | c5863e26f5a2ac490270141a12c3fd09ab9552f4 (patch) | |
tree | 2c1b305ee549d0980e155e365c1dc608ff1a8700 /chrome/test | |
parent | 8f27a0785523a03849ab9c2fbef61fbe2726e9cc (diff) | |
download | chromium_src-c5863e26f5a2ac490270141a12c3fd09ab9552f4.zip chromium_src-c5863e26f5a2ac490270141a12c3fd09ab9552f4.tar.gz chromium_src-c5863e26f5a2ac490270141a12c3fd09ab9552f4.tar.bz2 |
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
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/automation/automation.vsprops | 2 |
1 files changed, 1 insertions, 1 deletions
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" > <Tool Name="VCCLCompilerTool" |