Index: gpu/BUILD.gn |
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn |
index 5b39586af4563d0ded0de8a9812a4a0c6cfdd460..e1d5348f27e5c44973f193f610ddc999239b4dfd 100644 |
--- a/gpu/BUILD.gn |
+++ b/gpu/BUILD.gn |
@@ -97,8 +97,6 @@ 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,8 +226,6 @@ 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", |