Index: components/url_matcher/BUILD.gn |
diff --git a/components/url_matcher/BUILD.gn b/components/url_matcher/BUILD.gn |
index 83f95d31f04782eb723c0e028ee3c0e60d9977aa..7df189b501f1eba0512ffcc9890787ab42b7287d 100644 |
--- a/components/url_matcher/BUILD.gn |
+++ b/components/url_matcher/BUILD.gn |
@@ -29,4 +29,6 @@ component("url_matcher") { |
"//third_party/re2", |
"//url", |
] |
+ |
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
} |