Index: chrome/service/BUILD.gn |
diff --git a/chrome/service/BUILD.gn b/chrome/service/BUILD.gn |
index 8ad6a1336f5b84006b2c28d0d07a5096f53465e1..fe26068d3f3a2d588b27e2d5411a50b1ec5135d9 100644 |
--- a/chrome/service/BUILD.gn |
+++ b/chrome/service/BUILD.gn |
@@ -46,6 +46,8 @@ static_library("service") { |
"service_process_prefs.h", |
] |
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
+ |
deps = [ |
"//chrome:strings", |
"//chrome/common", |