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

Unified Diff: jingle/BUILD.gn

Issue 941863002: Add more size_t -> int warning fixes for the win x64 GN build. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@fix_win64
Patch Set: remove mojo changes 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
« no previous file with comments | « gpu/BUILD.gn ('k') | media/audio/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/BUILD.gn
diff --git a/jingle/BUILD.gn b/jingle/BUILD.gn
index 2a1a35f6d0dd9c6cb3e71fd82d4dbe9937d64fc2..d99f384d3fe2b3a1554beefebc7c9da8ec5a2f9f 100644
--- a/jingle/BUILD.gn
+++ b/jingle/BUILD.gn
@@ -150,6 +150,8 @@ if (enable_webrtc || !is_android) {
]
}
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
+
public_deps = [
"//third_party/libjingle",
]
« no previous file with comments | « gpu/BUILD.gn ('k') | media/audio/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698