summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2014-09-13 14:03:35 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-13 14:03:36 -0700
commit746449054b89a075b1271eaf24ecf06550b1b314 (patch)
treedb342851a737c103b8e2dbea85281c5fad808bd9
parentd6ec632a254e9837b5d8c4dd780dfe779da05213 (diff)
downloadchromium_src-746449054b89a075b1271eaf24ecf06550b1b314.zip
chromium_src-746449054b89a075b1271eaf24ecf06550b1b314.tar.gz
chromium_src-746449054b89a075b1271eaf24ecf06550b1b314.tar.bz2
ui/gfx: Remove duplicated win condition.
We already have the same msvs_disabled_warnings declared at line 172. No need to have it twice. BUG=331829 TEST=gfx_unittests TBR=sky@chromium.org Review URL: https://codereview.chromium.org/555543003
-rw-r--r--ui/gfx/gfx_tests.gyp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/gfx/gfx_tests.gyp b/ui/gfx/gfx_tests.gyp
index 710a3d5..c272472 100644
--- a/ui/gfx/gfx_tests.gyp
+++ b/ui/gfx/gfx_tests.gyp
@@ -90,10 +90,6 @@
}, { # OS != "ios"
'sources': ['<@(_all_sources)'],
}],
- ['OS == "win"', {
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- 'msvs_disabled_warnings': [ 4267, ],
- }],
['OS != "mac" and OS != "ios"', {
'sources': [
'transform_unittest.cc',