Index: build/temp_gyp/googleurl.gyp |
=================================================================== |
--- build/temp_gyp/googleurl.gyp (revision 175573) |
+++ build/temp_gyp/googleurl.gyp (working copy) |
@@ -68,6 +68,8 @@ |
}, |
}], |
], |
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
+ 'msvs_disabled_warnings': [4267, ], |
}, |
{ |
'target_name': 'googleurl_unittests', |
@@ -100,6 +102,8 @@ |
], |
}], |
], |
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
+ 'msvs_disabled_warnings': [4267, ], |
}, |
], |
} |