| 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 43f08021b05f096b8edb71911a3cb597acef2120..badfb0835ac7069e17678861c543061e916cec4d 100644
|
| --- a/components/data_reduction_proxy/core/browser/BUILD.gn
|
| +++ b/components/data_reduction_proxy/core/browser/BUILD.gn
|
| @@ -92,6 +92,8 @@ source_set("unit_tests") {
|
| "data_reduction_proxy_usage_stats_unittest.cc",
|
| ]
|
|
|
| + configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
| +
|
| deps = [
|
| ":browser",
|
| ":test_support",
|
|
|