Index: components/data_reduction_proxy/core/browser/BUILD.gn |
diff --git a/components/data_reduction_proxy/core/browser/BUILD.gn b/components/data_reduction_proxy/core/browser/BUILD.gn |
index c1e75c35c566ce6a0055f4742c0b27a434d6a9e2..0bc2867107cfefb0459e46176ee88913d19fbaab 100644 |
--- a/components/data_reduction_proxy/core/browser/BUILD.gn |
+++ b/components/data_reduction_proxy/core/browser/BUILD.gn |
@@ -64,6 +64,8 @@ source_set("test_support") { |
"data_reduction_proxy_test_utils.h", |
] |
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
+ |
public_deps = [ |
":browser", |
] |