Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(222)

Unified Diff: chrome/service/BUILD.gn

Issue 929793006: Update existing uses of /wd4267 to use the GN config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@x64
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698