diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-12 03:07:46 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-12 03:07:46 +0000 |
commit | 49ee7ef2882b7bba875e6179c3ccb2596875312a (patch) | |
tree | ccf599a669e52be45521fd386bfe15f545aa2c69 /testing | |
parent | eece11eddc1249a156226a464c734b2ba2c73f1f (diff) | |
download | chromium_src-49ee7ef2882b7bba875e6179c3ccb2596875312a.zip chromium_src-49ee7ef2882b7bba875e6179c3ccb2596875312a.tar.gz chromium_src-49ee7ef2882b7bba875e6179c3ccb2596875312a.tar.bz2 |
Remove a few dead MSVS_VERSION checks.
We only support 2013.
TBR=robertshield@chromium.org
BUG=340358
Review URL: https://codereview.chromium.org/233843003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263460 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing')
-rw-r--r-- | testing/gtest.gyp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/gtest.gyp b/testing/gtest.gyp index 486f3e7..3a787e1 100644 --- a/testing/gtest.gyp +++ b/testing/gtest.gyp @@ -175,16 +175,6 @@ ], }, }], - ['OS=="win" and (MSVS_VERSION=="2012" or MSVS_VERSION=="2012e")', { - 'defines': [ - '_VARIADIC_MAX=10', - ], - 'direct_dependent_settings': { - 'defines': [ - '_VARIADIC_MAX=10', - ], - }, - }], ], 'direct_dependent_settings': { 'defines': [ |