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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/gmock/msvc/gmock_config.vsprops
diff --git a/testing/gmock/msvc/gmock_config.vsprops b/testing/gmock/msvc/gmock_config.vsprops
index fa596ef928bea7b083c87519e5e527f962b87813..a68c32e19a7345e1f3932270ddbf4fae40c225a9 100644
--- a/testing/gmock/msvc/gmock_config.vsprops
+++ b/testing/gmock/msvc/gmock_config.vsprops
@@ -6,15 +6,10 @@
>
<Tool
Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="&quot;$(BoostDir)/boost/tr1/tr1&quot;;&quot;$(BoostDir)&quot;;&quot;$(GTestDir)/include&quot;"
- PreprocessorDefinitions="GTEST_HAS_TR1_TUPLE=1"
+ AdditionalIncludeDirectories="&quot;$(GTestDir)/include&quot;"
/>
<UserMacro
Name="GTestDir"
Value="../gtest"
/>
- <UserMacro
- Name="BoostDir"
- Value="../boost"
- />
</VisualStudioPropertySheet>
« 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