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

Side by Side Diff: testing/gmock/msvc/gmock_config.vsprops

Issue 140003: Upgrade gtest to r267 and gmock to r173. (Closed)
Patch Set: final fileset. Created 11 years, 6 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet 2 <VisualStudioPropertySheet
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="gmock_config" 5 Name="gmock_config"
6 > 6 >
7 <Tool 7 <Tool
8 Name="VCCLCompilerTool" 8 Name="VCCLCompilerTool"
9 » » AdditionalIncludeDirectories="&quot;$(BoostDir)/boost/tr1/tr1&qu ot;;&quot;$(BoostDir)&quot;;&quot;$(GTestDir)/include&quot;" 9 » » AdditionalIncludeDirectories="&quot;$(GTestDir)/include&quot;"
10 » » PreprocessorDefinitions="GTEST_HAS_TR1_TUPLE=1"
11 /> 10 />
12 <UserMacro 11 <UserMacro
13 Name="GTestDir" 12 Name="GTestDir"
14 Value="../gtest" 13 Value="../gtest"
15 /> 14 />
16 <UserMacro
17 Name="BoostDir"
18 Value="../boost"
19 />
20 </VisualStudioPropertySheet> 15 </VisualStudioPropertySheet>
OLDNEW
« no previous file with comments | « testing/gmock/include/gmock/internal/gmock-port.h.orig ('k') | testing/gmock/scripts/generator/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698