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

Unified Diff: media/base/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: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 2091a5d2c4947fa9dcf15ac4fd9e3e1749e8b7e9..5e6166784379b4ad1e0bb33baa571886d28c7846 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -250,6 +250,8 @@ source_set("base") {
]
}
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
+
if (is_linux || is_win) {
sources += [
"keyboard_event_counter.cc",

Powered by Google App Engine
This is Rietveld 408576698