Index: components/data_reduction_proxy.gypi |
diff --git a/components/data_reduction_proxy.gypi b/components/data_reduction_proxy.gypi |
index a5a04847bab7a4ab089ae3e7ded30f503340bb76..5e133e16c5e02325d24a8a0996285123643cefcb 100644 |
--- a/components/data_reduction_proxy.gypi |
+++ b/components/data_reduction_proxy.gypi |
@@ -181,6 +181,8 @@ |
'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.cc', |
'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h', |
], |
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
+ 'msvs_disabled_warnings': [4267, ], |
}, |
{ |
'target_name': 'data_reduction_proxy_version_header', |