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

Unified Diff: media/blink/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 | « media/base/BUILD.gn ('k') | media/mojo/services/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/BUILD.gn
diff --git a/media/blink/BUILD.gn b/media/blink/BUILD.gn
index 48dd8dcc0d679e78da4e4d39b1f01f4d80a53296..bb52f5e2a772e988a4b7528c2181af00063f8c4b 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -104,6 +104,8 @@ if (!is_mac && (!is_win || link_chrome_on_windows)) {
"//url",
]
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
+
sources = [
"buffered_data_source_host_impl_unittest.cc",
"buffered_data_source_unittest.cc",
« no previous file with comments | « media/base/BUILD.gn ('k') | media/mojo/services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698