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

Unified Diff: media/BUILD.gn

Issue 915403003: Enable size_t to int truncation warnings in PPAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « no previous file | ppapi/BUILD.gn » ('j') | ppapi/proxy/file_ref_resource.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 628aa06e15b38955bc72eeebc9d4da011dd91028..0e6970216c1295f43f5c3ccde89bb6c0174cf96e 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -636,8 +636,8 @@ test("media_unittests") {
}
if (is_win && cpu_arch == "x64") {
- cflags += [ "/wd4267" ] # TODO(wolenetz): Fix size_t to int trunctaion in win64. See
- # http://crbug.com/171009
+ cflags = [ "/wd4267" ] # TODO(wolenetz): Fix size_t to int trunctaion in win64. See
+ # http://crbug.com/171009
dmichael (off chromium) 2015/02/12 18:56:43 This change probably belongs in a different CL?
brettw 2015/02/12 21:09:34 This change started as a GN build fix. This was th
}
if (is_mac || is_ios) {
« no previous file with comments | « no previous file | ppapi/BUILD.gn » ('j') | ppapi/proxy/file_ref_resource.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698