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

Unified Diff: gpu/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 | « content/test/BUILD.gn ('k') | jingle/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index f7bb98bd33fd27c5ef4cca0c5b929e1cb0a7644a..86888bdb1d616e225507c7375c7019ab9a32031c 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -99,6 +99,8 @@ if (!is_win || link_chrome_on_windows) {
defines = [ "GL_GLEXT_PROTOTYPES" ]
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
+
deps = [
":gpu",
":test_support",
@@ -228,6 +230,8 @@ if (!is_win || link_chrome_on_windows) {
"config/gpu_util_unittest.cc",
]
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
+
deps = [
":gpu",
":test_support",
« no previous file with comments | « content/test/BUILD.gn ('k') | jingle/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698