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

Unified Diff: components/content_settings/core/browser/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: components/content_settings/core/browser/BUILD.gn
diff --git a/components/content_settings/core/browser/BUILD.gn b/components/content_settings/core/browser/BUILD.gn
index 89f3ec8834b0c38293e112a20e9c37e3d8c38405..a321cbb68d095cbd4a55aabb89d61aa95d7e52cd 100644
--- a/components/content_settings/core/browser/BUILD.gn
+++ b/components/content_settings/core/browser/BUILD.gn
@@ -40,6 +40,8 @@ static_library("browser") {
"//net",
"//url",
]
+
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
}
source_set("unit_tests") {

Powered by Google App Engine
This is Rietveld 408576698