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