summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
Diffstat (limited to 'webkit')
-rw-r--r--webkit/tools/test_shell/test_shell.gypi5
1 files changed, 2 insertions, 3 deletions
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi
index 6c63a0f..0f14269 100644
--- a/webkit/tools/test_shell/test_shell.gypi
+++ b/webkit/tools/test_shell/test_shell.gypi
@@ -157,7 +157,8 @@
'cflags': ['-Wno-multichar'],
}],
['OS=="win"', {
- 'msvs_disabled_warnings': [ 4800 ],
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
+ 'msvs_disabled_warnings': [ 4800, 4267 ],
'link_settings': {
'libraries': [
'-lcomctl32.lib',
@@ -170,8 +171,6 @@
'dependencies': [
'<(DEPTH)/breakpad/breakpad.gyp:breakpad_handler',
],
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- 'msvs_disabled_warnings': [ 4267, ],
}, { # else: OS!=win
'sources/': [
['exclude', '_webtheme(control|engine)\.(cc|h)$'],