summaryrefslogtreecommitdiffstats
path: root/components/autofill/core/browser/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'components/autofill/core/browser/BUILD.gn')
-rw-r--r--components/autofill/core/browser/BUILD.gn6
1 files changed, 1 insertions, 5 deletions
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index dd040a0..5c937b0 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -175,6 +175,7 @@ static_library("browser") {
"//url",
]
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
public_configs = [ ":autofill_browser_config" ]
if (autofill_enable_sync) {
@@ -189,11 +190,6 @@ static_library("browser") {
"webdata/autofill_wallet_syncable_service.h",
]
}
-
- if (is_win) {
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- cflags = [ "/wd4267" ]
- }
}
static_library("test_support") {